diff --git a/build.assets/versions.mk b/build.assets/versions.mk index 214f23af42f9a..7eaddb60119e6 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.4 +GOLANG_VERSION ?= go1.22.5 GOLANGCI_LINT_VERSION ?= v1.58.1 NODE_VERSION ?= 20.14.0 diff --git a/go.mod b/go.mod index 16a6b25c8cb2b..1f3bb3829a6ef 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/gravitational/teleport go 1.21 -toolchain go1.22.4 +toolchain go1.22.5 require ( cloud.google.com/go/cloudsqlconn v1.9.0 diff --git a/integrations/event-handler/go.mod b/integrations/event-handler/go.mod index caef3a7861d23..b5c3af1203238 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.4 +toolchain go1.22.5 require ( github.com/alecthomas/kong v0.9.0 diff --git a/integrations/terraform/go.mod b/integrations/terraform/go.mod index 2037f2cf0bc6e..ca2d5a8cacbbe 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.4 +toolchain go1.22.5 require ( github.com/gogo/protobuf v1.3.2