diff --git a/build.assets/tooling/go.mod b/build.assets/tooling/go.mod index 3041240f170bb..96d7146f4fd62 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.6 +go 1.23.7 require ( github.com/Masterminds/sprig/v3 v3.3.0 diff --git a/build.assets/versions.mk b/build.assets/versions.mk index 35f4a07088b6c..da77eb8ba05a8 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.6 +GOLANG_VERSION ?= go1.23.7 GOLANGCI_LINT_VERSION ?= v1.64.5 # TODO(ravicious): When updating Node.js, see if corepack distributed with the new Node.JS version diff --git a/go.mod b/go.mod index a4add6ac6adb8..2124e11fe31f3 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/gravitational/teleport -go 1.23.6 +go 1.23.7 require ( cloud.google.com/go/cloudsqlconn v1.12.1 diff --git a/integrations/event-handler/go.mod b/integrations/event-handler/go.mod index 7715d1791120e..b8f9b45699f4b 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.6 +go 1.23.7 require ( github.com/alecthomas/kong v1.2.1 diff --git a/integrations/terraform/go.mod b/integrations/terraform/go.mod index 549f7ce8a0bd6..f9b42a7879830 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.6 +go 1.23.7 // Doc generation tooling require github.com/hashicorp/terraform-plugin-docs v0.0.0 // replaced