Skip to content

Commit

Permalink
Update golang version to 1.22.6
Browse files Browse the repository at this point in the history
  • Loading branch information
app-autoscaler-ci-bot committed Aug 8, 2024
1 parent dd7367f commit 736df25
Show file tree
Hide file tree
Showing 12 changed files with 15 additions and 11 deletions.
4 changes: 4 additions & 0 deletions .final_builds/packages/golang-1-linux/index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ builds:
version: 2598f3c61c5a9e674fb01f9d5c11ecdbaeb18622b0296ade3fed5e774ee15421
blobstore_id: bb850386-19ad-4ef1-7348-e7942b50b929
sha1: sha256:4efc370525df01adc2e9d2516cb5bb0f114b484f6df14eebb003792898befcc7
2721afc7ec762ad6364f4910407eb0dda5541f1288c9fccae9c75d33d7e07aff:
version: 2721afc7ec762ad6364f4910407eb0dda5541f1288c9fccae9c75d33d7e07aff
blobstore_id: 9cbfbadc-fb19-4f5d-7d0a-38bd80ffc077
sha1: sha256:f6321e02ce387b7d9ccd438bcafa786afebe91a54b09f18ceca26ee3f8569e86
29f2024e7d815be0694944c3c3c9512914a36a31d5fa1b2cbd2452c8d331ce90:
version: 29f2024e7d815be0694944c3c3c9512914a36a31d5fa1b2cbd2452c8d331ce90
blobstore_id: e76cbbf4-34ca-4b05-5e99-21f0847f41fb
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ concourse 7.10.0
direnv 2.34.0
gcloud 473.0.0
ginkgo 2.19.0
golang 1.22.1
golang 1.22.6
golangci-lint 1.59.1
java temurin-21.0.3+9.0.LTS
make 4.4
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module apitester

go 1.22.1
go 1.22.6
2 changes: 1 addition & 1 deletion go.work
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
go 1.22.1
go 1.22.6

use (
./src/acceptance
Expand Down
2 changes: 1 addition & 1 deletion packages/golang-1-linux/spec.lock
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
name: golang-1-linux
fingerprint: 6aad26c0e11f1c08fe8408af93d386eed66fd4c29170b8d9a034677eaa4f61d9
fingerprint: 2721afc7ec762ad6364f4910407eb0dda5541f1288c9fccae9c75d33d7e07aff
2 changes: 1 addition & 1 deletion packages/golang-1-linux/vendored-commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
d0adbfe5d5151bc1213172303627039d67e15635
3cefa63eaf07a02b6f8c11913e6b99af286ae462
2 changes: 1 addition & 1 deletion packages/golang-1-linux/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.22.1
1.22.6
2 changes: 1 addition & 1 deletion src/acceptance/assets/app/go_app/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module code.cloudfoundry.org/app-autoscaler-release/src/acceptance/assets/app/go_app

go 1.22.1
go 1.22.6

require (
github.com/cloudfoundry-community/go-cfenv v1.18.0
Expand Down
2 changes: 1 addition & 1 deletion src/acceptance/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module acceptance

go 1.22.1
go 1.22.6

require (
github.com/cloudfoundry/cf-test-helpers/v2 v2.9.0
Expand Down
2 changes: 1 addition & 1 deletion src/autoscaler/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module code.cloudfoundry.org/app-autoscaler/src/autoscaler

go 1.22.1
go 1.22.6

require (
code.cloudfoundry.org/cfhttp/v2 v2.1.0
Expand Down
2 changes: 1 addition & 1 deletion src/changelog/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module changelog

go 1.22.1
go 1.22.6

require (
github.com/Masterminds/semver/v3 v3.2.1
Expand Down
2 changes: 1 addition & 1 deletion src/changeloglockcleaner/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module changeloglockcleaner

go 1.22.1
go 1.22.6

require (
github.com/go-sql-driver/mysql v1.8.1
Expand Down

0 comments on commit 736df25

Please sign in to comment.