Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update golang version to 1.21.2 #2203

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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: a9e90a26-156b-40e5-6d7d-bbf0076a3bae
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
faeab007aa2d41a47ce5903ba66fe5a1fddfbf79
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