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.22.0 #3054

Merged
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 @@ -75,6 +75,10 @@ builds:
version: c2342901fca75f4c7ec3f32e6a757e923089c6c50d8eb3effd2c25eac1009e31
blobstore_id: b6da37e4-e3d9-451f-639a-17fd1690c6df
sha1: sha256:d354b084ed879adc3218f89b9109b474a68c3eafb5c0ea204c4b77963e4736b0
c99f41ac9ed5cc73cf3cd00e320e119572c01a4a2a9857ceac7895ea27ef4965:
version: c99f41ac9ed5cc73cf3cd00e320e119572c01a4a2a9857ceac7895ea27ef4965
blobstore_id: 1000fe85-0f20-400e-566e-25364d1538c3
sha1: sha256:11dc70255fb06ad2ab334307ddbc395238672108dab73ad7e6ce8e6f45ced075
da6d4c66ebbf23ea0f9bf496e44b9f1f21cae9afa18842617d5b4b257cdfcfbb:
version: da6d4c66ebbf23ea0f9bf496e44b9f1f21cae9afa18842617d5b4b257cdfcfbb
blobstore_id: 8608be79-d102-4dd7-65f6-279f7bec2063
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.21.6
golang 1.22.0
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.21.6
go 1.22.0
80 changes: 40 additions & 40 deletions devbox.json
Original file line number Diff line number Diff line change
@@ -1,45 +1,45 @@
{
"packages": {
"path:.#bosh-bootloader": "",
"path:.#app-autoscaler-cli-plugin": "",
"path:.#log-cache-cli-plugin": "",
"path:.#cloud-mta-build-tool": "",
"path:.#uaac": "",
"credhub-cli": "2.9.29",
"delve": "latest",
"gh": "latest",
"go-tools": "latest",
"gopls": "latest",
"nodejs": "latest",
"nodePackages.yaml-language-server": "latest",
"rubocop": "latest",
"rubyPackages.solargraph": "latest",
"swagger-cli": "latest",
"direnv": "2.34.0",
"gnumake": "4.4",
"maven": "3.8.6",
"pre-commit": "latest",
"bosh-cli": "7.3.1",
"yq-go": "4.43.1",
"which": "latest",
"jq": "latest",
"fly": "7.10.0",
"python": "latest",
"cloudfoundry-cli": "8.7.10",
"shellcheck": "0.10.0",
"ginkgo": "2.19.0",
"bundix": "latest",
"oha": "latest",
"gum": "0.13.0",
"act": "0.2.63",
"go": "1.21.6",
"actionlint": "1.7.1",
"google-cloud-sdk": "latest",
"golangci-lint": "latest",
"temurin-bin-17": "latest",
"ruby": "latest",
"uutils-coreutils-noprefix": "latest",
"gnutar": "latest"
"path:.#bosh-bootloader": "",
"path:.#app-autoscaler-cli-plugin": "",
"path:.#log-cache-cli-plugin": "",
"path:.#cloud-mta-build-tool": "",
"path:.#uaac": "",
"credhub-cli": "2.9.29",
"delve": "latest",
"gh": "latest",
"go-tools": "latest",
"gopls": "latest",
"nodejs": "latest",
"nodePackages.yaml-language-server": "latest",
"rubocop": "latest",
"rubyPackages.solargraph": "latest",
"swagger-cli": "latest",
"direnv": "2.34.0",
"gnumake": "4.4",
"maven": "3.8.6",
"pre-commit": "latest",
"bosh-cli": "7.3.1",
"yq-go": "4.43.1",
"which": "latest",
"jq": "latest",
"fly": "7.10.0",
"python": "latest",
"cloudfoundry-cli": "8.7.10",
"shellcheck": "0.10.0",
"ginkgo": "2.19.0",
"bundix": "latest",
"oha": "latest",
"gum": "0.13.0",
"act": "0.2.63",
"actionlint": "1.7.1",
"uutils-coreutils-noprefix": "latest",
"gnutar": "latest",
"google-cloud-sdk": "latest",
"go": "1.22.0",
"golangci-lint": "1.59.1",
"temurin-bin-17": "latest",
"ruby": "latest"
},
"shell": {
"init_hook": [
Expand Down
Loading
Loading