diff --git a/build.assets/versions.mk b/build.assets/versions.mk index 3337e5fcde184..9ca070b279b47 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.7 +GOLANG_VERSION ?= go1.21.8 GOLANGCI_LINT_VERSION ?= v1.56.2 NODE_VERSION ?= 18.19.1 diff --git a/go.mod b/go.mod index 92c943714d4ac..9303e66658cc9 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/gravitational/teleport go 1.21 -toolchain go1.21.7 +toolchain go1.21.8 require ( cloud.google.com/go/compute v1.23.2