diff --git a/build.assets/versions.mk b/build.assets/versions.mk index b93873b2ef2a3..2363111eaece6 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.22.8 +GOLANG_VERSION ?= go1.22.9 GOLANGCI_LINT_VERSION ?= v1.61.0 NODE_VERSION ?= 20.17.0 diff --git a/go.mod b/go.mod index f44165698900b..5489cc79f09bf 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/gravitational/teleport go 1.21 -toolchain go1.22.8 +toolchain go1.22.9 require ( cloud.google.com/go/compute v1.25.0