Skip to content

Commit ff6a85f

Browse files
committed
Update Go to 1.24.10 🆙
Signed-off-by: Chris Thach <chris.thach@goteleport.com>
1 parent 55099b2 commit ff6a85f

File tree

14 files changed

+14
-14
lines changed

14 files changed

+14
-14
lines changed

assets/backport/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/teleport/assets/backport
22

3-
go 1.24.9
3+
go 1.24.10
44

55
require (
66
github.com/google/go-github/v41 v41.0.0

build.assets/Dockerfile-grpcbox

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syntax=docker/dockerfile:1
22

3-
FROM docker.io/golang:1.24.9
3+
FROM docker.io/golang:1.24.10
44

55
# Image layers go from less likely to most likely to change.
66
RUN apt-get update && \

build.assets/tooling/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/gravitational/teleport/build.assets/tooling
22

3-
go 1.24.9
3+
go 1.24.10
44

55
require (
66
buf.build/go/bufplugin v0.9.0

build.assets/versions.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Keep versions in sync with devbox.json, when applicable.
44

55
# Sync with devbox.json.
6-
GOLANG_VERSION ?= go1.24.9
6+
GOLANG_VERSION ?= go1.24.10
77
GOLANGCI_LINT_VERSION ?= v2.1.5
88

99
# NOTE: Remember to update engines.node in package.json to match the major version.

examples/access-plugin-minimal/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module teleport-sheets
22

3-
go 1.24.9
3+
go 1.24.10
44

55
require (
66
github.com/gravitational/teleport/api v0.0.0-20250801210118-2fb5249f5743

examples/api-sync-roles/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module sync-roles
22

3-
go 1.24.9
3+
go 1.24.10
44

55
require (
66
github.com/gravitational/teleport/api v0.0.0-20250801210118-2fb5249f5743

examples/desktop-registration/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module teleport-desktop-registration
22

3-
go 1.24.9
3+
go 1.24.10
44

55
require github.com/gravitational/teleport/api v0.0.0-20250801210118-2fb5249f5743
66

examples/go-client/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module go-client
22

3-
go 1.24.9
3+
go 1.24.10
44

55
require github.com/gravitational/teleport/api v0.0.0-20250801210118-2fb5249f5743
66

examples/service-discovery-api-client/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module register-app-service
22

3-
go 1.24.9
3+
go 1.24.10
44

55
require (
66
github.com/docker/docker v28.3.3+incompatible

examples/teleport-usage/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module usage-script
22

3-
go 1.24.9
3+
go 1.24.10
44

55
require (
66
github.com/aws/aws-sdk-go v1.47.4

0 commit comments

Comments
 (0)