Skip to content

Commit

Permalink
chore: Bump modules to Go 1.24.1 (#52771)
Browse files Browse the repository at this point in the history
* chore: Bump modules to Go 1.24.1

* bump version.mk and grpcbox

* go mod tidy
  • Loading branch information
rosstimothy authored Mar 5, 2025
1 parent 65753e9 commit 78db648
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 8 deletions.
5 changes: 3 additions & 2 deletions assets/aws/go.mod
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion build.assets/Dockerfile-grpcbox
Original file line number Diff line number Diff line change
@@ -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 && \
Expand Down
2 changes: 1 addition & 1 deletion build.assets/tooling/go.mod
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion build.assets/versions.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion integrations/event-handler/go.mod
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion integrations/terraform/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/gravitational/teleport/integrations/terraform

go 1.24.0
go 1.24.1

// TF provider dependencies
require (
Expand Down

0 comments on commit 78db648

Please sign in to comment.