From c7934785b01524954b2b0116d4acd12f922005a3 Mon Sep 17 00:00:00 2001 From: Alan Parra Date: Thu, 7 Nov 2024 10:35:38 -0300 Subject: [PATCH] chore: Bump Go to 1.23.3 (#48574) --- 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 711c4bfb384be..77374c5c2dc37 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.2 +go 1.23.3 require ( github.com/Masterminds/sprig/v3 v3.3.0 diff --git a/build.assets/versions.mk b/build.assets/versions.mk index 08af10d8855a0..9e6ee436c254a 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.2 +GOLANG_VERSION ?= go1.23.3 GOLANGCI_LINT_VERSION ?= v1.61.0 NODE_VERSION ?= 20.18.0 diff --git a/go.mod b/go.mod index 4541399d2bd9c..ba07ee06f1ac5 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/gravitational/teleport -go 1.23.2 +go 1.23.3 require ( cloud.google.com/go/cloudsqlconn v1.12.1 diff --git a/integrations/event-handler/go.mod b/integrations/event-handler/go.mod index 6d4d6214d6455..07d68a11d7b3a 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.2 +go 1.23.3 require ( github.com/alecthomas/kong v1.3.0 diff --git a/integrations/terraform/go.mod b/integrations/terraform/go.mod index 005dd12da3370..66bf1acc0c923 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.2 +go 1.23.3 // Doc generation tooling require github.com/hashicorp/terraform-plugin-docs v0.0.0 // replaced