From 199fe6708103fdf0bc7674673dbafb622ee3c349 Mon Sep 17 00:00:00 2001 From: Alan Parra Date: Tue, 1 Oct 2024 16:41:55 -0300 Subject: [PATCH] chore: Bump Go to 1.23.2 (#47048) --- 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 2b76f23f0a99..39740b4bf80a 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.1 +go 1.23.2 require ( github.com/Masterminds/sprig/v3 v3.3.0 diff --git a/build.assets/versions.mk b/build.assets/versions.mk index b50f05366c23..28442a7c3936 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.1 +GOLANG_VERSION ?= go1.23.2 GOLANGCI_LINT_VERSION ?= v1.61.0 NODE_VERSION ?= 20.14.0 diff --git a/go.mod b/go.mod index 9de414d66412..4d09b0074bd7 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/gravitational/teleport -go 1.23.1 +go 1.23.2 require ( cloud.google.com/go/cloudsqlconn v1.12.1 diff --git a/integrations/event-handler/go.mod b/integrations/event-handler/go.mod index f63c4bf197c7..ea7eb33ac009 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.1 +go 1.23.2 require ( github.com/alecthomas/kong v1.2.1 diff --git a/integrations/terraform/go.mod b/integrations/terraform/go.mod index bd50dd4998d3..10743d4781c3 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.1 +go 1.23.2 // Doc generation tooling require github.com/hashicorp/terraform-plugin-docs v0.0.0 // replaced