Skip to content

Commit

Permalink
Update golang version to 1.21.2
Browse files Browse the repository at this point in the history
  • Loading branch information
app-autoscaler-ci-bot committed Oct 5, 2023
1 parent babbddd commit 8936ad8
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 @@ -35,6 +35,10 @@ builds:
version: 8c04109541f4d504f5be559da433998bd459b0f45cd3654557cc3642cc4d2f60
blobstore_id: d2723887-4744-43c2-64e3-289fe6483132
sha1: sha256:efdf65bca81264d9110ec764be7edea1de341781a1ffe59c219db064d71d9fc3
9f03051035a8e3428e5f67486933e1c1d819a9c6f14cde5b287036c1511fcf0e:
version: 9f03051035a8e3428e5f67486933e1c1d819a9c6f14cde5b287036c1511fcf0e
blobstore_id: a771049a-5bd4-4396-4cae-5f4004e8dc5d
sha1: sha256:4bc9da69b3316e7e73a07acb59c977ba56e09d9f4ed7f511928ec99625c5fc15
a54b33c812a8cfc39ba82782a23d74bf33f5a0a92012b41a101cc9d9d48d345c:
version: a54b33c812a8cfc39ba82782a23d74bf33f5a0a92012b41a101cc9d9d48d345c
blobstore_id: 5a8680dd-9f44-40ac-400b-52753e7c9b25
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ concourse 7.10.0
direnv 2.32.3
gcloud 447.0.0
ginkgo 2.12.1
golang 1.20.6
golang 1.21.2
golangci-lint 1.54.2
java temurin-17.0.8+101
make 4.4
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module apitester

go 1.20
go 1.21
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: b09468ac73cd3350333a35eb09c980c6a06c5465be0e1ba430da62757dc10a04
fingerprint: 9f03051035a8e3428e5f67486933e1c1d819a9c6f14cde5b287036c1511fcf0e
2 changes: 1 addition & 1 deletion packages/golang-1-linux/vendored-commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
c85f28c01461bdbf894616368818d47c104b89f2
8aad977c2fb5bf9db3921beeda7bad002947f5b4
2 changes: 1 addition & 1 deletion packages/golang-1-linux/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.20.6
1.21.2
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.20
go 1.21

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.20
go 1.21

require (
github.com/cloudfoundry/cf-test-helpers/v2 v2.7.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.20
go 1.21

require (
code.cloudfoundry.org/cfhttp/v2 v2.0.1-0.20230113212937-05beac96f8c7
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.20
go 1.21

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.20
go 1.21

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

0 comments on commit 8936ad8

Please sign in to comment.