From 046a505c89691898a1ba9845455d66a1b4753ddc Mon Sep 17 00:00:00 2001 From: Alan Parra Date: Wed, 26 Jun 2024 13:02:17 -0300 Subject: [PATCH] [v14] chore: Bump Go toolchain to 1.22.4 (#43552) * 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 --- build.assets/versions.mk | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.assets/versions.mk b/build.assets/versions.mk index 1e0b415edf6c..2bdf1b31dae8 100644 --- a/build.assets/versions.mk +++ b/build.assets/versions.mk @@ -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 diff --git a/go.mod b/go.mod index 274ba0563701..e34d5cea17a5 100644 --- a/go.mod +++ b/go.mod @@ -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