Skip to content

Commit

Permalink
chore(go): go1.21.8 (#1452)
Browse files Browse the repository at this point in the history
  • Loading branch information
RTann authored Mar 21, 2024
1 parent 1c6f099 commit 29cc321
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 21 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
pre-build-updater:
runs-on: ubuntu-latest
container:
image: quay.io/stackrox-io/apollo-ci:scanner-test-0.3.65
image: quay.io/stackrox-io/apollo-ci:scanner-test-0.3.66
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -42,7 +42,7 @@ jobs:
pre-build-scanner:
runs-on: ubuntu-latest
container:
image: quay.io/stackrox-io/apollo-ci:scanner-test-0.3.65
image: quay.io/stackrox-io/apollo-ci:scanner-test-0.3.66
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -69,7 +69,7 @@ jobs:
style-check:
runs-on: ubuntu-latest
container:
image: quay.io/stackrox-io/apollo-ci:scanner-test-0.3.65
image: quay.io/stackrox-io/apollo-ci:scanner-test-0.3.66
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -90,7 +90,7 @@ jobs:
needs:
- pre-build-scanner
container:
image: quay.io/stackrox-io/apollo-ci:scanner-test-0.3.65
image: quay.io/stackrox-io/apollo-ci:scanner-test-0.3.66
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
needs:
- pre-build-scanner
container:
image: quay.io/stackrox-io/apollo-ci:scanner-test-0.3.65
image: quay.io/stackrox-io/apollo-ci:scanner-test-0.3.66
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -153,7 +153,7 @@ jobs:
needs:
- pre-build-updater
container:
image: quay.io/stackrox-io/apollo-ci:scanner-test-0.3.65
image: quay.io/stackrox-io/apollo-ci:scanner-test-0.3.66
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -194,7 +194,7 @@ jobs:
needs:
- generate-genesis-dump
container:
image: quay.io/stackrox-io/apollo-ci:scanner-test-0.3.65
image: quay.io/stackrox-io/apollo-ci:scanner-test-0.3.66
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -236,7 +236,7 @@ jobs:
always() &&
(needs.generate-genesis-dump.result == 'success' || needs.generate-genesis-dump.result == 'skipped')
container:
image: quay.io/stackrox-io/apollo-ci:scanner-test-0.3.65
image: quay.io/stackrox-io/apollo-ci:scanner-test-0.3.66
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -289,7 +289,7 @@ jobs:
always() &&
(needs.generate-db-dump.result == 'success' || needs.generate-db-dump.result == 'skipped')
container:
image: quay.io/stackrox-io/apollo-ci:scanner-test-0.3.65
image: quay.io/stackrox-io/apollo-ci:scanner-test-0.3.66
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -334,7 +334,7 @@ jobs:
- generate-scanner-db-bundle
if: always() && !contains(needs.*.result, 'failure') && !contains(needs.*.result, 'cancelled')
container:
image: quay.io/stackrox-io/apollo-ci:scanner-test-0.3.65
image: quay.io/stackrox-io/apollo-ci:scanner-test-0.3.66
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -400,7 +400,7 @@ jobs:
needs:
- generate-genesis-dump
container:
image: quay.io/stackrox-io/apollo-ci:scanner-test-0.3.65
image: quay.io/stackrox-io/apollo-ci:scanner-test-0.3.66
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -436,7 +436,7 @@ jobs:
needs:
- generate-db-dump
container:
image: quay.io/stackrox-io/apollo-ci:scanner-test-0.3.65
image: quay.io/stackrox-io/apollo-ci:scanner-test-0.3.66
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -463,7 +463,7 @@ jobs:
needs:
- generate-db-dump
container:
image: quay.io/stackrox-io/apollo-ci:scanner-test-0.3.65
image: quay.io/stackrox-io/apollo-ci:scanner-test-0.3.66
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -495,7 +495,7 @@ jobs:
needs:
- generate-db-dump
container:
image: quay.io/stackrox-io/apollo-ci:scanner-test-0.3.65
image: quay.io/stackrox-io/apollo-ci:scanner-test-0.3.66
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sanity-check-vuln-updates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
SLACK_WEBHOOK_ONCALL: ${{ secrets.SLACK_ONCALL_SCANNER_WEBHOOK }}
runs-on: ubuntu-latest
container:
image: quay.io/stackrox-io/apollo-ci:scanner-test-0.3.61
image: quay.io/stackrox-io/apollo-ci:scanner-test-0.3.66
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .openshift-ci/Dockerfile.build_root
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
# - `make update` and commit the results
# - run `/test pj-rehearse-max` on the openshift/release PR to validate the change

FROM quay.io/stackrox-io/apollo-ci:scanner-test-0.3.65
FROM quay.io/stackrox-io/apollo-ci:scanner-test-0.3.66
2 changes: 1 addition & 1 deletion .openshift-ci/build/Dockerfile.build-bundle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/stackrox-io/apollo-ci:scanner-test-0.3.65
FROM quay.io/stackrox-io/apollo-ci:scanner-test-0.3.66

COPY . /go/src/github.com/stackrox/scanner
WORKDIR /go/src/github.com/stackrox/scanner
Expand Down
2 changes: 1 addition & 1 deletion .openshift-ci/build/Dockerfile.build-db-bundle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/stackrox-io/apollo-ci:scanner-test-0.3.65
FROM quay.io/stackrox-io/apollo-ci:scanner-test-0.3.66

COPY . /go/src/github.com/stackrox/scanner
WORKDIR /go/src/github.com/stackrox/scanner
Expand Down
2 changes: 1 addition & 1 deletion .openshift-ci/build/Dockerfile.generate-db-dump
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/stackrox-io/apollo-ci:scanner-test-0.3.65
FROM quay.io/stackrox-io/apollo-ci:scanner-test-0.3.66

COPY . /go/src/github.com/stackrox/scanner
WORKDIR /go/src/github.com/stackrox/scanner
Expand Down
2 changes: 1 addition & 1 deletion .openshift-ci/build/Dockerfile.generate-genesis-dump
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/stackrox-io/apollo-ci:scanner-test-0.3.65
FROM quay.io/stackrox-io/apollo-ci:scanner-test-0.3.66

COPY . /go/src/github.com/stackrox/scanner
WORKDIR /go/src/github.com/stackrox/scanner
Expand Down
2 changes: 1 addition & 1 deletion BUILD_IMAGE_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
scanner-build-0.3.65
scanner-build-0.3.66

0 comments on commit 29cc321

Please sign in to comment.