diff --git a/build.assets/versions.mk b/build.assets/versions.mk index 5277eaaeb7289..72240f4c4c1d9 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.9 +GOLANG_VERSION ?= go1.22.10 GOLANGCI_LINT_VERSION ?= v1.61.0 NODE_VERSION ?= 20.18.0 diff --git a/go.mod b/go.mod index 1ce7842f297c1..3808bf2962f50 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/gravitational/teleport go 1.21 -toolchain go1.22.9 +toolchain go1.22.10 require ( cloud.google.com/go/cloudsqlconn v1.9.0 diff --git a/integrations/event-handler/go.mod b/integrations/event-handler/go.mod index 0a1f127c409b3..eb39a836c00e8 100644 --- a/integrations/event-handler/go.mod +++ b/integrations/event-handler/go.mod @@ -2,7 +2,7 @@ module github.com/gravitational/teleport/integrations/event-handler go 1.21 -toolchain go1.22.9 +toolchain go1.22.10 require ( github.com/alecthomas/kong v0.9.0 diff --git a/integrations/terraform/go.mod b/integrations/terraform/go.mod index 4e45558f25c33..57305672963bf 100644 --- a/integrations/terraform/go.mod +++ b/integrations/terraform/go.mod @@ -2,7 +2,7 @@ module github.com/gravitational/teleport/integrations/terraform go 1.21 -toolchain go1.22.9 +toolchain go1.22.10 require ( github.com/gogo/protobuf v1.3.2