Skip to content

Commit

Permalink
[v14] chore: Bump Go toolchain to 1.22.4 (#43552)
Browse files Browse the repository at this point in the history
* chore: Bump Go toolchain to 1.22.0 (#37845)

* chore: Bump Go to 1.22.0

* Bump Go version on docs

* Fix testing bug in ./lib/auth/webauthn

* Bump Go toolchain to 1.22.4
  • Loading branch information
codingllama committed Jun 26, 2024
1 parent eac7f08 commit 046a505
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.assets/versions.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Keep versions in sync with devbox.json, when applicable.

# Sync with devbox.json.
GOLANG_VERSION ?= go1.21.11
GOLANG_VERSION ?= go1.22.4
GOLANGCI_LINT_VERSION ?= v1.58.1

NODE_VERSION ?= 20.14.0
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/gravitational/teleport

go 1.21

toolchain go1.21.11
toolchain go1.22.4

require (
cloud.google.com/go/compute v1.25.0
Expand Down

0 comments on commit 046a505

Please sign in to comment.