From 78db64833f10fb45b09550026e22403a2166f966 Mon Sep 17 00:00:00 2001 From: rosstimothy <39066650+rosstimothy@users.noreply.github.com> Date: Wed, 5 Mar 2025 12:48:14 -0500 Subject: [PATCH] chore: Bump modules to Go 1.24.1 (#52771) * chore: Bump modules to Go 1.24.1 * bump version.mk and grpcbox * go mod tidy --- assets/aws/go.mod | 5 +++-- build.assets/Dockerfile-grpcbox | 2 +- 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 +- 7 files changed, 9 insertions(+), 8 deletions(-) diff --git a/assets/aws/go.mod b/assets/aws/go.mod index e6eadb06610bb..610c6febadf54 100644 --- a/assets/aws/go.mod +++ b/assets/aws/go.mod @@ -1,7 +1,8 @@ module github.com/gravitational/teleport-ami-update -go 1.21 -toolchain go1.22.5 +go 1.22 + +toolchain go1.24.0 require ( github.com/alecthomas/kingpin/v2 v2.3.2 // replaced diff --git a/build.assets/Dockerfile-grpcbox b/build.assets/Dockerfile-grpcbox index 6ad557f56ab75..fab323e9c093b 100644 --- a/build.assets/Dockerfile-grpcbox +++ b/build.assets/Dockerfile-grpcbox @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:1 -FROM docker.io/golang:1.24 +FROM docker.io/golang:1.24.1 # Image layers go from less likely to most likely to change. RUN apt-get update && \ diff --git a/build.assets/tooling/go.mod b/build.assets/tooling/go.mod index fe7324499244e..10049c1f480d3 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.24.0 +go 1.24.1 require ( github.com/Masterminds/sprig/v3 v3.3.0 diff --git a/build.assets/versions.mk b/build.assets/versions.mk index b5c8f724dfa0b..db7df37c9c5a5 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.24.0 +GOLANG_VERSION ?= go1.24.1 GOLANGCI_LINT_VERSION ?= v1.64.5 # NOTE: Remember to update engines.node in package.json to match the major version. diff --git a/go.mod b/go.mod index d51ef791431d0..201d100d524c8 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/gravitational/teleport -go 1.24.0 +go 1.24.1 require ( cloud.google.com/go/cloudsqlconn v1.14.2 diff --git a/integrations/event-handler/go.mod b/integrations/event-handler/go.mod index 0c4fd1835dbd5..28cfd6dcb0266 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.24.0 +go 1.24.1 require ( github.com/alecthomas/kong v1.8.1 diff --git a/integrations/terraform/go.mod b/integrations/terraform/go.mod index 113f9a3a64b66..cc2a31cb69f6d 100644 --- a/integrations/terraform/go.mod +++ b/integrations/terraform/go.mod @@ -1,6 +1,6 @@ module github.com/gravitational/teleport/integrations/terraform -go 1.24.0 +go 1.24.1 // TF provider dependencies require (