Skip to content

Commit 3e8ee06

Browse files
authored
bump go 1.24.10 (#824)
* bump go 1.24.10 * fix image
1 parent 6a4466a commit 3e8ee06

File tree

13 files changed

+138
-138
lines changed

13 files changed

+138
-138
lines changed

.github/workflows/bundle-release.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ on:
44
workflow_dispatch:
55
inputs:
66
tag:
7-
description: 'Version Tag'
7+
description: "Version Tag"
88
required: true
99
openshift:
10-
description: 'Publish to openshift certificated'
10+
description: "Publish to openshift certificated"
1111
required: true
1212
default: true
1313
type: boolean
1414
operatorhub:
15-
description: 'Publish to operatorhub.io'
15+
description: "Publish to operatorhub.io"
1616
required: true
1717
default: true
1818
type: boolean
@@ -49,10 +49,10 @@ jobs:
4949
username: ${{ secrets.DOCKER_USER }}
5050
password: ${{ secrets.DOCKER_PASSWORD }}
5151

52-
- name: Set up GO 1.24.6
52+
- name: Set up GO 1.24.10
5353
uses: actions/setup-go@v1
5454
with:
55-
go-version: 1.24.6
55+
go-version: 1.24.10
5656
id: go
5757

5858
- name: InstallKubebuilder
@@ -144,7 +144,7 @@ jobs:
144144
git add .
145145
git commit -s -m "operator function-mesh ($VERSION)"
146146
git push --set-upstream origin $BRANCH
147-
147+
148148
wget https://raw.githubusercontent.com/streamnative/function-mesh/master/.github/openshift/community-operators -O ../.github/community-operators
149149
gh pr create --title "operator function-mesh ($VERSION)" -F ../.github/community-operators -R k8s-operatorhub/community-operators
150150
popd
@@ -180,10 +180,10 @@ jobs:
180180
username: ${{ secrets.DOCKER_USER }}
181181
password: ${{ secrets.DOCKER_PASSWORD }}
182182

183-
- name: Set up GO 1.24.6
183+
- name: Set up GO 1.24.10
184184
uses: actions/setup-go@v1
185185
with:
186-
go-version: 1.24.6
186+
go-version: 1.24.10
187187
id: go
188188

189189
- name: InstallKubebuilder
@@ -260,9 +260,9 @@ jobs:
260260
echo $VERSION
261261
export TARGET_DIR=/tmp/artifacts
262262
export AUTHFILE=/tmp/authfile.json
263-
mkdir $TARGET_DIR
263+
mkdir $TARGET_DIR
264264
echo $REDHAT_CERTIFICATED_CONTAINER_AUTHFILE > $AUTHFILE
265-
cat $AUTHFILE
265+
cat $AUTHFILE
266266
docker run -i --rm --security-opt=label=disable --env PFLT_LOGLEVEL=trace --env PFLT_ARTIFACTS=/artifacts --env PFLT_LOGFILE=/artifacts/preflight.log --env PFLT_CERTIFICATION_PROJECT_ID=$CONTAINER_IMAGE_CERTIFICATION_PROJECT_ID --env PFLT_PYXIS_API_TOKEN=$PFLT_PYXIS_API_TOKEN --env PFLT_DOCKERCONFIG=/temp-authfile.json -v $TARGET_DIR:/artifacts -v $AUTHFILE:/temp-authfile.json:ro quay.io/opdev/preflight:stable check container quay.io/redhat-isv-containers/$CONTAINER_IMAGE_CERTIFICATION_PROJECT_ID:$VERSION --submit
267267
sleep 60s
268268

.github/workflows/olm-verify.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ name: Precommit - OLM verify
22
on:
33
pull_request:
44
branches:
5-
- '*'
5+
- "*"
66
paths-ignore:
7-
- 'docs/**'
8-
- 'README.md'
9-
- 'CHANGELOG.md'
10-
- 'PROJECT'
11-
- 'LICENSE'
12-
- 'mesh-worker-service/README.md'
13-
- 'tools/README.md'
7+
- "docs/**"
8+
- "README.md"
9+
- "CHANGELOG.md"
10+
- "PROJECT"
11+
- "LICENSE"
12+
- "mesh-worker-service/README.md"
13+
- "tools/README.md"
1414
jobs:
1515
olm-verify:
1616
name: Verify OLM bundle
@@ -34,10 +34,10 @@ jobs:
3434
- name: checkout
3535
uses: actions/checkout@v2
3636

37-
- name: Set up GO 1.24.6
37+
- name: Set up GO 1.24.10
3838
uses: actions/setup-go@v1
3939
with:
40-
go-version: 1.24.6
40+
go-version: 1.24.10
4141
id: go
4242

4343
- name: InstallKubebuilder
@@ -69,7 +69,7 @@ jobs:
6969
CATALOG_BRANCH_TAG: latest
7070
run: |
7171
echo $VERSION
72-
make redhat-certificated-image-build redhat-certificated-image-push redhat-certificated-bundle redhat-certificated-bundle-build redhat-certificated-bundle-push catalog-build catalog-push
72+
make redhat-certificated-image-build redhat-certificated-image-push redhat-certificated-bundle redhat-certificated-bundle-build redhat-certificated-bundle-push catalog-build catalog-push
7373
7474
- name: Install the Operator Lifecycle Manager
7575
run: |

.github/workflows/project.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,23 @@ name: Precommit - Unit Tests
22
on:
33
pull_request:
44
branches:
5-
- '*'
5+
- "*"
66
paths-ignore:
7-
- 'docs/**'
8-
- 'README.md'
9-
- 'CHANGELOG.md'
10-
- 'PROJECT'
11-
- 'LICENSE'
12-
- 'mesh-worker-service/README.md'
13-
- 'tools/README.md'
7+
- "docs/**"
8+
- "README.md"
9+
- "CHANGELOG.md"
10+
- "PROJECT"
11+
- "LICENSE"
12+
- "mesh-worker-service/README.md"
13+
- "tools/README.md"
1414
jobs:
1515
build:
1616
name: unit-tests
1717
runs-on: ubuntu-latest
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
go-version: [1.22.12, 1.24.6]
21+
go-version: [1.22.12, 1.24.10]
2222
steps:
2323
- name: Free Disk Space (Ubuntu)
2424
uses: jlumbroso/[email protected]

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ jobs:
3737
username: ${{ secrets.DOCKER_USER }}
3838
password: ${{ secrets.DOCKER_PASSWORD }}
3939

40-
- name: Set up GO 1.24.6
40+
- name: Set up GO 1.24.10
4141
uses: actions/setup-go@v1
4242
with:
43-
go-version: 1.24.6
43+
go-version: 1.24.10
4444
id: go
4545

4646
- name: InstallKubebuilder
@@ -103,4 +103,4 @@ jobs:
103103
file: install.sh
104104
asset_name: install.sh
105105
tag: ${{ github.ref }}
106-
overwrite: true
106+
overwrite: true

.github/workflows/test-helm-charts.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ name: Precommit - Helm Chart (Basic Installation)
2121
on:
2222
pull_request:
2323
branches:
24-
- '*'
24+
- "*"
2525
paths-ignore:
26-
- 'docs/**'
27-
- 'README.md'
28-
- 'CHANGELOG.md'
29-
- 'PROJECT'
30-
- 'LICENSE'
31-
- 'mesh-worker-service/README.md'
32-
- 'tools/README.md'
26+
- "docs/**"
27+
- "README.md"
28+
- "CHANGELOG.md"
29+
- "PROJECT"
30+
- "LICENSE"
31+
- "mesh-worker-service/README.md"
32+
- "tools/README.md"
3333
jobs:
3434
lint-test:
3535
runs-on: ubuntu-latest
@@ -83,11 +83,11 @@ jobs:
8383
run: hack/kind-cluster-build.sh --name chart-testing -c 1 -v 10 --k8sVersion v1.23.17
8484
if: steps.list-changed.outputs.changed == 'true'
8585

86-
- name: Set up GO 1.24.6
86+
- name: Set up GO 1.24.10
8787
if: steps.list-changed.outputs.changed == 'true'
8888
uses: actions/setup-go@v1
8989
with:
90-
go-version: 1.24.6
90+
go-version: 1.24.10
9191
id: go
9292

9393
- name: setup kubebuilder 3.6.0

.github/workflows/trivy.yml

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ name: Precommit - Scan security vulnerabilities
22
on:
33
pull_request:
44
branches:
5-
- '*'
5+
- "*"
66
paths-ignore:
7-
- 'docs/**'
8-
- 'README.md'
9-
- 'CHANGELOG.md'
10-
- 'PROJECT'
11-
- 'LICENSE'
12-
- 'mesh-worker-service/README.md'
13-
- 'tools/README.md'
7+
- "docs/**"
8+
- "README.md"
9+
- "CHANGELOG.md"
10+
- "PROJECT"
11+
- "LICENSE"
12+
- "mesh-worker-service/README.md"
13+
- "tools/README.md"
1414

1515
permissions:
1616
pull-requests: write
@@ -34,10 +34,10 @@ jobs:
3434
repository: ${{github.event.pull_request.head.repo.full_name}}
3535
ref: ${{ github.event.pull_request.head.sha }}
3636

37-
- name: Set up GO 1.24.6
37+
- name: Set up GO 1.24.10
3838
uses: actions/setup-go@v1
3939
with:
40-
go-version: 1.24.6
40+
go-version: 1.24.10
4141
id: go
4242

4343
- name: InstallKubebuilder
@@ -68,9 +68,9 @@ jobs:
6868
- name: Run Trivy vulnerability scanner
6969
uses: aquasecurity/trivy-action@master
7070
with:
71-
image-ref: 'function-mesh-operator:latest'
72-
format: 'table'
73-
exit-code: '1'
71+
image-ref: "function-mesh-operator:latest"
72+
format: "table"
73+
exit-code: "1"
7474

7575
- name: Build runner images
7676
run: |
@@ -80,46 +80,46 @@ jobs:
8080
id: scan-java-runner
8181
uses: aquasecurity/trivy-action@master
8282
with:
83-
image-ref: 'pulsar-functions-java-runner:latest'
84-
format: 'table'
85-
exit-code: '0'
83+
image-ref: "pulsar-functions-java-runner:latest"
84+
format: "table"
85+
exit-code: "0"
8686

8787
- name: Run Trivy vulnerability scanner for python
8888
id: scan-python-runner
8989
uses: aquasecurity/trivy-action@master
9090
with:
91-
image-ref: 'pulsar-functions-python-runner:latest'
92-
format: 'table'
93-
exit-code: '0'
91+
image-ref: "pulsar-functions-python-runner:latest"
92+
format: "table"
93+
exit-code: "0"
9494

9595
- name: Run Trivy vulnerability scanner for go
9696
id: scan-go-runner
9797
uses: aquasecurity/trivy-action@master
9898
with:
99-
image-ref: 'pulsar-functions-go-runner:latest'
100-
format: 'table'
101-
exit-code: '0'
99+
image-ref: "pulsar-functions-go-runner:latest"
100+
format: "table"
101+
exit-code: "0"
102102

103103
- name: Run Trivy vulnerability scanner for java with pulsarctl
104104
id: scan-java-pulsarctl-runner
105105
uses: aquasecurity/trivy-action@master
106106
with:
107-
image-ref: 'pulsar-functions-pulsarctl-java-runner:latest'
108-
format: 'table'
109-
exit-code: '0'
107+
image-ref: "pulsar-functions-pulsarctl-java-runner:latest"
108+
format: "table"
109+
exit-code: "0"
110110

111111
- name: Run Trivy vulnerability scanner for python with pulsarctl
112112
id: scan-python-pulsarctl-runner
113113
uses: aquasecurity/trivy-action@master
114114
with:
115-
image-ref: 'pulsar-functions-pulsarctl-python-runner:latest'
116-
format: 'table'
117-
exit-code: '0'
115+
image-ref: "pulsar-functions-pulsarctl-python-runner:latest"
116+
format: "table"
117+
exit-code: "0"
118118

119119
- name: Run Trivy vulnerability scanner for go with pulsarctl
120120
id: scan-go-pulsarctl-runner
121121
uses: aquasecurity/trivy-action@master
122122
with:
123-
image-ref: 'pulsar-functions-pulsarctl-go-runner:latest'
124-
format: 'table'
125-
exit-code: '0'
123+
image-ref: "pulsar-functions-pulsarctl-go-runner:latest"
124+
format: "table"
125+
exit-code: "0"

0 commit comments

Comments
 (0)