diff --git a/build.assets/tooling/go.mod b/build.assets/tooling/go.mod index 1571393ad9fd9..5870c74535be8 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 edd1e5b5d7c86..15a01e3006f58 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.62.2 NODE_VERSION ?= 20.18.0 diff --git a/go.mod b/go.mod index afe3a459ff1df..941b38155fd2c 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 4b570cb8ced6f..713951dbd14a1 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.5.0 diff --git a/integrations/terraform/go.mod b/integrations/terraform/go.mod index 584c835a89b45..4894c3ee47331 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