Skip to content

Commit

Permalink
chore: go1.22.5 (#1382)
Browse files Browse the repository at this point in the history
  • Loading branch information
RTann committed Sep 12, 2024
1 parent abf6a8d commit f9414bd
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/PR.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- create-dev-cluster
runs-on: ubuntu-latest
container:
image: quay.io/stackrox-io/apollo-ci:stackrox-test-0.3.69
image: quay.io/stackrox-io/apollo-ci:stackrox-test-0.4.4

steps:
- name: Checkout
Expand All @@ -67,7 +67,7 @@ jobs:
- create-dev-cluster
runs-on: ubuntu-latest
container:
image: quay.io/stackrox-io/apollo-ci:stackrox-test-0.3.69
image: quay.io/stackrox-io/apollo-ci:stackrox-test-0.4.4
env:
KUBECONFIG: /github/home/artifacts/kubeconfig
INFRA_TOKEN: ${{ secrets.INFRA_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-and-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
build-and-push-server:
runs-on: ubuntu-latest
container:
image: quay.io/stackrox-io/apollo-ci:stackrox-test-0.3.69
image: quay.io/stackrox-io/apollo-ci:stackrox-test-0.4.4

steps:
- name: Checkout
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
build-and-push-certifier:
runs-on: ubuntu-latest
container:
image: quay.io/stackrox-io/apollo-ci:stackrox-test-0.3.69
image: quay.io/stackrox-io/apollo-ci:stackrox-test-0.4.4

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
shellcheck:
runs-on: ubuntu-latest
container:
image: quay.io/stackrox-io/apollo-ci:stackrox-test-0.3.69
image: quay.io/stackrox-io/apollo-ci:stackrox-test-0.4.4
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
unit-test:
runs-on: ubuntu-latest
container:
image: quay.io/stackrox-io/apollo-ci:stackrox-test-0.3.69
image: quay.io/stackrox-io/apollo-ci:stackrox-test-0.4.4

steps:
- name: Checkout
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module github.com/stackrox/infra

go 1.21
go 1.22

toolchain go1.21.9
toolchain go1.22.5

require (
cloud.google.com/go/bigquery v1.60.0
Expand Down
2 changes: 1 addition & 1 deletion image/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21.9 as golang-builder
FROM golang:1.22.5 as golang-builder

WORKDIR /go/src/github.com/stackrox/infra

Expand Down
6 changes: 4 additions & 2 deletions scripts/local-dev/go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
module github.com/stackrox/infra/scripts/local-dev

go 1.20
go 1.22

require gopkg.in/yaml.v2 v2.4.0 // indirect
toolchain go1.22.5

require gopkg.in/yaml.v2 v2.4.0
1 change: 1 addition & 0 deletions scripts/local-dev/go.sum
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
gopkg.in/yaml.v2 v2.4.0 h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY=
gopkg.in/yaml.v2 v2.4.0/go.mod h1:RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ=

0 comments on commit f9414bd

Please sign in to comment.