From 6810a1e4c773e1dd92e37af6edcf503ba67d6539 Mon Sep 17 00:00:00 2001 From: rosstimothy <39066650+rosstimothy@users.noreply.github.com> Date: Tue, 4 Mar 2025 18:35:13 -0500 Subject: [PATCH] chore: Bump Go to 1.23.7 (#52772) --- build.assets/tooling/go.mod | 2 +- build.assets/versions.mk | 2 +- go.mod | 2 +- integrations/event-handler/go.mod | 2 +- integrations/terraform/go.mod | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) 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