Skip to content

Commit

Permalink
Update golang version to 1.22.4
Browse files Browse the repository at this point in the history
  • Loading branch information
app-autoscaler-ci-bot committed Sep 25, 2024
1 parent b63acb6 commit 4445e67
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 10 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 @@ -63,6 +63,10 @@ builds:
version: 8c04109541f4d504f5be559da433998bd459b0f45cd3654557cc3642cc4d2f60
blobstore_id: d2723887-4744-43c2-64e3-289fe6483132
sha1: sha256:efdf65bca81264d9110ec764be7edea1de341781a1ffe59c219db064d71d9fc3
9b1c8ec9041b82347748668b3d274d8183fcb3cb25dd99e8a3a367094836d743:
version: 9b1c8ec9041b82347748668b3d274d8183fcb3cb25dd99e8a3a367094836d743
blobstore_id: 380835de-8cff-4a99-5425-2dc5c7a937fa
sha1: sha256:acf4c2947a5581b8afa925d1bfbbdb35accc46034345576fcbab9ae4c082c44e
a53d60ed79d278964faa9bc17836ed3bc5f084c0f3d41110c8a6e0b2de5f2dc0:
version: a53d60ed79d278964faa9bc17836ed3bc5f084c0f3d41110c8a6e0b2de5f2dc0
blobstore_id: 39ce080a-6129-4622-6d8a-f07e063992eb
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.20.2
golang 1.22.3
golang 1.22.4
golangci-lint 1.60.3
java temurin-21.0.4+7.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.3
go 1.22.4
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: 15120b8865dac54af5d5a7d1d1bc4d35acd37c114c2398f9edb16323184de634
fingerprint: 9b1c8ec9041b82347748668b3d274d8183fcb3cb25dd99e8a3a367094836d743
2 changes: 1 addition & 1 deletion packages/golang-1-linux/vendored-commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
c35d64e785152d04e7aea49b2ee4b4988c33958d
d1cc520a6cbc298468d1e5055d71a0aea670cf10
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.3
1.22.4
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.3
go 1.22.4

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.3
go 1.22.4

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.3
go 1.22.4

require (
code.cloudfoundry.org/cfhttp/v2 v2.12.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.3
go 1.22.4

require (
github.com/Masterminds/semver/v3 v3.3.0
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.3
go 1.22.4

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

0 comments on commit 4445e67

Please sign in to comment.