Skip to content

Commit 29cc321

Browse files
authored
chore(go): go1.21.8 (#1452)
1 parent 1c6f099 commit 29cc321

File tree

8 files changed

+21
-21
lines changed

8 files changed

+21
-21
lines changed

.github/workflows/ci.yaml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
pre-build-updater:
1616
runs-on: ubuntu-latest
1717
container:
18-
image: quay.io/stackrox-io/apollo-ci:scanner-test-0.3.65
18+
image: quay.io/stackrox-io/apollo-ci:scanner-test-0.3.66
1919
steps:
2020
- name: Checkout
2121
uses: actions/checkout@v4
@@ -42,7 +42,7 @@ jobs:
4242
pre-build-scanner:
4343
runs-on: ubuntu-latest
4444
container:
45-
image: quay.io/stackrox-io/apollo-ci:scanner-test-0.3.65
45+
image: quay.io/stackrox-io/apollo-ci:scanner-test-0.3.66
4646
steps:
4747
- name: Checkout
4848
uses: actions/checkout@v4
@@ -69,7 +69,7 @@ jobs:
6969
style-check:
7070
runs-on: ubuntu-latest
7171
container:
72-
image: quay.io/stackrox-io/apollo-ci:scanner-test-0.3.65
72+
image: quay.io/stackrox-io/apollo-ci:scanner-test-0.3.66
7373
steps:
7474
- name: Checkout
7575
uses: actions/checkout@v4
@@ -90,7 +90,7 @@ jobs:
9090
needs:
9191
- pre-build-scanner
9292
container:
93-
image: quay.io/stackrox-io/apollo-ci:scanner-test-0.3.65
93+
image: quay.io/stackrox-io/apollo-ci:scanner-test-0.3.66
9494
steps:
9595
- name: Checkout
9696
uses: actions/checkout@v4
@@ -119,7 +119,7 @@ jobs:
119119
needs:
120120
- pre-build-scanner
121121
container:
122-
image: quay.io/stackrox-io/apollo-ci:scanner-test-0.3.65
122+
image: quay.io/stackrox-io/apollo-ci:scanner-test-0.3.66
123123
steps:
124124
- name: Checkout
125125
uses: actions/checkout@v4
@@ -153,7 +153,7 @@ jobs:
153153
needs:
154154
- pre-build-updater
155155
container:
156-
image: quay.io/stackrox-io/apollo-ci:scanner-test-0.3.65
156+
image: quay.io/stackrox-io/apollo-ci:scanner-test-0.3.66
157157
steps:
158158
- name: Checkout
159159
uses: actions/checkout@v4
@@ -194,7 +194,7 @@ jobs:
194194
needs:
195195
- generate-genesis-dump
196196
container:
197-
image: quay.io/stackrox-io/apollo-ci:scanner-test-0.3.65
197+
image: quay.io/stackrox-io/apollo-ci:scanner-test-0.3.66
198198
steps:
199199
- name: Checkout
200200
uses: actions/checkout@v4
@@ -236,7 +236,7 @@ jobs:
236236
always() &&
237237
(needs.generate-genesis-dump.result == 'success' || needs.generate-genesis-dump.result == 'skipped')
238238
container:
239-
image: quay.io/stackrox-io/apollo-ci:scanner-test-0.3.65
239+
image: quay.io/stackrox-io/apollo-ci:scanner-test-0.3.66
240240
steps:
241241
- name: Checkout
242242
uses: actions/checkout@v4
@@ -289,7 +289,7 @@ jobs:
289289
always() &&
290290
(needs.generate-db-dump.result == 'success' || needs.generate-db-dump.result == 'skipped')
291291
container:
292-
image: quay.io/stackrox-io/apollo-ci:scanner-test-0.3.65
292+
image: quay.io/stackrox-io/apollo-ci:scanner-test-0.3.66
293293
steps:
294294
- name: Checkout
295295
uses: actions/checkout@v4
@@ -334,7 +334,7 @@ jobs:
334334
- generate-scanner-db-bundle
335335
if: always() && !contains(needs.*.result, 'failure') && !contains(needs.*.result, 'cancelled')
336336
container:
337-
image: quay.io/stackrox-io/apollo-ci:scanner-test-0.3.65
337+
image: quay.io/stackrox-io/apollo-ci:scanner-test-0.3.66
338338
steps:
339339
- name: Checkout
340340
uses: actions/checkout@v4
@@ -400,7 +400,7 @@ jobs:
400400
needs:
401401
- generate-genesis-dump
402402
container:
403-
image: quay.io/stackrox-io/apollo-ci:scanner-test-0.3.65
403+
image: quay.io/stackrox-io/apollo-ci:scanner-test-0.3.66
404404
steps:
405405
- name: Checkout
406406
uses: actions/checkout@v4
@@ -436,7 +436,7 @@ jobs:
436436
needs:
437437
- generate-db-dump
438438
container:
439-
image: quay.io/stackrox-io/apollo-ci:scanner-test-0.3.65
439+
image: quay.io/stackrox-io/apollo-ci:scanner-test-0.3.66
440440
steps:
441441
- name: Checkout
442442
uses: actions/checkout@v4
@@ -463,7 +463,7 @@ jobs:
463463
needs:
464464
- generate-db-dump
465465
container:
466-
image: quay.io/stackrox-io/apollo-ci:scanner-test-0.3.65
466+
image: quay.io/stackrox-io/apollo-ci:scanner-test-0.3.66
467467
steps:
468468
- name: Checkout
469469
uses: actions/checkout@v4
@@ -495,7 +495,7 @@ jobs:
495495
needs:
496496
- generate-db-dump
497497
container:
498-
image: quay.io/stackrox-io/apollo-ci:scanner-test-0.3.65
498+
image: quay.io/stackrox-io/apollo-ci:scanner-test-0.3.66
499499
steps:
500500
- name: Checkout
501501
uses: actions/checkout@v4

.github/workflows/sanity-check-vuln-updates.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
SLACK_WEBHOOK_ONCALL: ${{ secrets.SLACK_ONCALL_SCANNER_WEBHOOK }}
1111
runs-on: ubuntu-latest
1212
container:
13-
image: quay.io/stackrox-io/apollo-ci:scanner-test-0.3.61
13+
image: quay.io/stackrox-io/apollo-ci:scanner-test-0.3.66
1414
steps:
1515
- name: Checkout
1616
uses: actions/checkout@v4

.openshift-ci/Dockerfile.build_root

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
# - `make update` and commit the results
1111
# - run `/test pj-rehearse-max` on the openshift/release PR to validate the change
1212

13-
FROM quay.io/stackrox-io/apollo-ci:scanner-test-0.3.65
13+
FROM quay.io/stackrox-io/apollo-ci:scanner-test-0.3.66

.openshift-ci/build/Dockerfile.build-bundle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM quay.io/stackrox-io/apollo-ci:scanner-test-0.3.65
1+
FROM quay.io/stackrox-io/apollo-ci:scanner-test-0.3.66
22

33
COPY . /go/src/github.com/stackrox/scanner
44
WORKDIR /go/src/github.com/stackrox/scanner

.openshift-ci/build/Dockerfile.build-db-bundle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM quay.io/stackrox-io/apollo-ci:scanner-test-0.3.65
1+
FROM quay.io/stackrox-io/apollo-ci:scanner-test-0.3.66
22

33
COPY . /go/src/github.com/stackrox/scanner
44
WORKDIR /go/src/github.com/stackrox/scanner

.openshift-ci/build/Dockerfile.generate-db-dump

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM quay.io/stackrox-io/apollo-ci:scanner-test-0.3.65
1+
FROM quay.io/stackrox-io/apollo-ci:scanner-test-0.3.66
22

33
COPY . /go/src/github.com/stackrox/scanner
44
WORKDIR /go/src/github.com/stackrox/scanner

.openshift-ci/build/Dockerfile.generate-genesis-dump

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM quay.io/stackrox-io/apollo-ci:scanner-test-0.3.65
1+
FROM quay.io/stackrox-io/apollo-ci:scanner-test-0.3.66
22

33
COPY . /go/src/github.com/stackrox/scanner
44
WORKDIR /go/src/github.com/stackrox/scanner

BUILD_IMAGE_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
scanner-build-0.3.65
1+
scanner-build-0.3.66

0 commit comments

Comments
 (0)