diff --git a/build.assets/tooling/go.mod b/build.assets/tooling/go.mod index a029b07024b19..43b983e74cb10 100644 --- a/build.assets/tooling/go.mod +++ b/build.assets/tooling/go.mod @@ -1,6 +1,6 @@ module github.com/gravitational/teleport/build.assets/tooling -go 1.23.3 +go 1.23.4 require ( github.com/Masterminds/sprig/v3 v3.3.0 diff --git a/build.assets/versions.mk b/build.assets/versions.mk index 9e6ee436c254a..05bd81039a18c 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.23.3 +GOLANG_VERSION ?= go1.23.4 GOLANGCI_LINT_VERSION ?= v1.61.0 NODE_VERSION ?= 20.18.0 diff --git a/go.mod b/go.mod index 5f0894586d4d4..14fa90c67cb9a 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/gravitational/teleport -go 1.23.3 +go 1.23.4 require ( cloud.google.com/go/cloudsqlconn v1.12.1 diff --git a/integrations/event-handler/go.mod b/integrations/event-handler/go.mod index 4902d0345913c..de19613a07771 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.23.3 +go 1.23.4 require ( github.com/alecthomas/kong v1.2.1 diff --git a/integrations/terraform/go.mod b/integrations/terraform/go.mod index 9187d437c4c30..6b1008be193ed 100644 --- a/integrations/terraform/go.mod +++ b/integrations/terraform/go.mod @@ -1,6 +1,6 @@ module github.com/gravitational/teleport/integrations/terraform -go 1.23.3 +go 1.23.4 // Doc generation tooling require github.com/hashicorp/terraform-plugin-docs v0.0.0 // replaced