mirror of
https://github.com/gravitational/teleport.git
synced 2026-08-30 17:45:43 +08:00
Bump Go to 1.25.3 ⬆️ (#60094)
* chore: Bump Go to 1.25.2 ⬆️ Signed-off-by: Chris Thach <chris.thach@goteleport.com> * fix: Bump to Go 1.25.3. Revert handling of breaking changes. Signed-off-by: Chris Thach <chris.thach@goteleport.com> --------- Signed-off-by: Chris Thach <chris.thach@goteleport.com>
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
module github.com/gravitational/teleport/api
|
||||
|
||||
go 1.25.1
|
||||
go 1.25.3
|
||||
|
||||
require (
|
||||
github.com/charlievieth/strcase v0.0.5
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
module github.com/teleport/assets/backport
|
||||
|
||||
go 1.25.1
|
||||
go 1.25.3
|
||||
|
||||
require (
|
||||
github.com/google/go-github/v41 v41.0.0
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# syntax=docker/dockerfile:1
|
||||
|
||||
FROM docker.io/golang:1.25.1
|
||||
FROM docker.io/golang:1.25.3
|
||||
|
||||
# Image layers go from less likely to most likely to change.
|
||||
RUN apt-get update && \
|
||||
@@ -47,7 +47,7 @@ RUN \
|
||||
go -C /tooling-tmp run -exec true ./cmd/buf-plugin-linters && \
|
||||
rm -rf /tooling-tmp
|
||||
|
||||
ARG UID
|
||||
ARG GID
|
||||
RUN mkdir -p /.cache /.npm && \
|
||||
chown -R $UID:$GID /.cache /.npm /go/pkg/mod/
|
||||
ARG UID
|
||||
ARG GID
|
||||
RUN mkdir -p /.cache /.npm && \
|
||||
chown -R $UID:$GID /.cache /.npm /go/pkg/mod/
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
module github.com/gravitational/teleport/build.assets/tooling
|
||||
|
||||
go 1.25.1
|
||||
go 1.25.3
|
||||
|
||||
require (
|
||||
buf.build/go/bufplugin v0.9.0
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
# This file can be included in other Makefiles to avoid duplication.
|
||||
|
||||
# Sync with devbox.json.
|
||||
GOLANG_VERSION ?= go1.25.1
|
||||
GOLANG_VERSION ?= go1.25.3
|
||||
GOLANGCI_LINT_VERSION ?= v2.4.0
|
||||
|
||||
# NOTE: Remember to update engines.node in package.json to match the major version.
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
module teleport-sheets
|
||||
|
||||
go 1.25.1
|
||||
go 1.25.3
|
||||
|
||||
require (
|
||||
github.com/gravitational/teleport/api v0.0.0-20250813020053-3df242da2a4a
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
module sync-roles
|
||||
|
||||
go 1.25.1
|
||||
go 1.25.3
|
||||
|
||||
require (
|
||||
github.com/gravitational/teleport/api v0.0.0-20250813020053-3df242da2a4a
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
module teleport-desktop-registration
|
||||
|
||||
go 1.25.1
|
||||
go 1.25.3
|
||||
|
||||
require github.com/gravitational/teleport/api v0.0.0-20250813020053-3df242da2a4a
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
module go-client
|
||||
|
||||
go 1.25.1
|
||||
go 1.25.3
|
||||
|
||||
require github.com/gravitational/teleport/api v0.0.0-20250813020053-3df242da2a4a
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
module register-app-service
|
||||
|
||||
go 1.25.1
|
||||
go 1.25.3
|
||||
|
||||
require (
|
||||
github.com/docker/docker v28.3.3+incompatible
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
module usage-script
|
||||
|
||||
go 1.25.1
|
||||
go 1.25.3
|
||||
|
||||
require (
|
||||
github.com/aws/aws-sdk-go-v2 v1.38.0
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
module github.com/gravitational/teleport
|
||||
|
||||
go 1.25.1
|
||||
go 1.25.3
|
||||
|
||||
ignore (
|
||||
./build
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
module github.com/gravitational/teleport/integrations/event-handler
|
||||
|
||||
go 1.25.1
|
||||
go 1.25.3
|
||||
|
||||
require (
|
||||
github.com/alecthomas/kong v1.12.1
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
module github.com/gravitational/teleport/integrations/terraform-mwi
|
||||
|
||||
go 1.25.1
|
||||
go 1.25.3
|
||||
|
||||
require (
|
||||
github.com/gravitational/teleport v0.0.0-00010101000000-000000000000
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
module github.com/gravitational/teleport/integrations/terraform
|
||||
|
||||
go 1.25.1
|
||||
go 1.25.3
|
||||
|
||||
// TF provider dependencies
|
||||
require (
|
||||
|
||||
Reference in New Issue
Block a user