diff --git a/build.assets/versions.mk b/build.assets/versions.mk index 6d8bfe926214e..bd80582694c76 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.11 +GOLANG_VERSION ?= go1.22.12 GOLANGCI_LINT_VERSION ?= v1.63.4 NODE_VERSION ?= 20.18.0 diff --git a/go.mod b/go.mod index 4d1ad50234740..5ea4521ad870d 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/gravitational/teleport -go 1.22.11 +go 1.22.12 require ( cloud.google.com/go/cloudsqlconn v1.9.0 diff --git a/integrations/event-handler/go.mod b/integrations/event-handler/go.mod index 842b153b59e78..5a03e6508a225 100644 --- a/integrations/event-handler/go.mod +++ b/integrations/event-handler/go.mod @@ -1,6 +1,6 @@ module github.com/gravitational/teleport/integrations/event-handler -go 1.22.11 +go 1.22.12 require ( github.com/alecthomas/kong v0.9.0 diff --git a/integrations/terraform/go.mod b/integrations/terraform/go.mod index 6981bd203a52e..825010004edc1 100644 --- a/integrations/terraform/go.mod +++ b/integrations/terraform/go.mod @@ -1,6 +1,6 @@ module github.com/gravitational/teleport/integrations/terraform -go 1.22.11 +go 1.22.12 require ( github.com/gogo/protobuf v1.3.2