Skip to content

Commit

Permalink
Revert "Update golang version to 1.21.5 (#2831)" (#2842)
Browse files Browse the repository at this point in the history
This reverts commit b7fff5c.
  • Loading branch information
silvestre authored Apr 16, 2024
1 parent 83ddcc7 commit 2ab6c8c
Show file tree
Hide file tree
Showing 12 changed files with 11 additions and 15 deletions.
4 changes: 0 additions & 4 deletions .final_builds/packages/golang-1-linux/index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,6 @@ builds:
version: 8c04109541f4d504f5be559da433998bd459b0f45cd3654557cc3642cc4d2f60
blobstore_id: d2723887-4744-43c2-64e3-289fe6483132
sha1: sha256:efdf65bca81264d9110ec764be7edea1de341781a1ffe59c219db064d71d9fc3
a53d60ed79d278964faa9bc17836ed3bc5f084c0f3d41110c8a6e0b2de5f2dc0:
version: a53d60ed79d278964faa9bc17836ed3bc5f084c0f3d41110c8a6e0b2de5f2dc0
blobstore_id: dd9adaec-b78b-45a3-6972-951089ae9f74
sha1: sha256:7e0fc0e87c06d8aabcb0f84c83fa15fb8f0565e60afbb7f0236050412cb8628e
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.11.2
direnv 2.34.0
gcloud 467.0.0
ginkgo 2.17.1
golang 1.21.5
golang 1.21.4
golangci-lint 1.57.2
java temurin-17.0.10+7
make 4.4
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module apitester

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

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: a53d60ed79d278964faa9bc17836ed3bc5f084c0f3d41110c8a6e0b2de5f2dc0
fingerprint: 48a59edbcdab872874d3b1851402c38b62fbf4a70ebfbd055a9d63865f021a69
2 changes: 1 addition & 1 deletion packages/golang-1-linux/vendored-commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5dcfbfc3789c847c524993c9c4fbeb085c0f87ec
23f9a006037c088ef7354f1f13be3f3de771c500
2 changes: 1 addition & 1 deletion packages/golang-1-linux/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.21.5
1.21.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.21.5
go 1.21.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.21.5
go 1.21.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.21.5
go 1.21.4

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.21.5
go 1.21.4

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.21.5
go 1.21.4

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

0 comments on commit 2ab6c8c

Please sign in to comment.