Skip to content

Commit

Permalink
Bump minimum Go version to 1.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ctlong committed Sep 3, 2024
1 parent b57f0c5 commit 51519d9
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ci/resources/stemcell-version-bump/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module stemcell-version-bump

go 1.21
go 1.22.0

require (
cloud.google.com/go/storage v1.43.0
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/cloudfoundry/runtime-ci

go 1.21
go 1.22.0

require (
github.com/blang/semver v3.5.1+incompatible
Expand Down
2 changes: 1 addition & 1 deletion tasks/lookup-slack-channel-for-release-owner/go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module github.com/cloudfoundry/runtime-ci/tasks/create-slack-message

go 1.21
go 1.22.0

require gopkg.in/yaml.v3 v3.0.1
2 changes: 1 addition & 1 deletion util/cat-search-tool/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module cst

go 1.21
go 1.22.0

require (
github.com/lib/pq v1.10.9
Expand Down
3 changes: 2 additions & 1 deletion util/update-manifest-releases/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module github.com/cloudfoundry/runtime-ci/util/update-manifest-releases

go 1.21
go 1.22.0

toolchain go1.22.5

require (
Expand Down

0 comments on commit 51519d9

Please sign in to comment.