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