diff --git a/assets/backport/go.mod b/assets/backport/go.mod index 3170fd62d6475..349bc018925d2 100644 --- a/assets/backport/go.mod +++ b/assets/backport/go.mod @@ -1,6 +1,6 @@ module github.com/teleport/assets/backport -go 1.23.0 +go 1.24.9 require ( github.com/google/go-github/v41 v41.0.0 diff --git a/build.assets/Dockerfile-grpcbox b/build.assets/Dockerfile-grpcbox index 2682d46927d46..bc8a0a4194ca6 100644 --- a/build.assets/Dockerfile-grpcbox +++ b/build.assets/Dockerfile-grpcbox @@ -1,13 +1,13 @@ # syntax=docker/dockerfile:1 -FROM docker.io/golang:1.24.7 +FROM docker.io/golang:1.24.9 # Image layers go from less likely to most likely to change. RUN apt-get update && \ apt-get install -y --no-install-recommends \ - npm \ - unzip \ - && \ + npm \ + unzip \ + && \ rm -rf /var/lib/apt/lists/* # protoc-gen-gogofast @@ -27,7 +27,7 @@ RUN npm install --global "grpc-tools@$NODE_GRPC_TOOLS_VERSION" "grpc_tools_node_ # eg, "v1.26.1" ARG BUF_VERSION RUN VERSION="$BUF_VERSION"; \ - go install "github.com/bufbuild/buf/cmd/buf@$VERSION" + go install "github.com/bufbuild/buf/cmd/buf@$VERSION" # Pre-install go-runned binaries. # This is meant to be the only step that changes depending on the Teleport diff --git a/build.assets/tooling/go.mod b/build.assets/tooling/go.mod index 83393bd98f5a0..9961e0952f473 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.7 +go 1.24.9 require ( buf.build/go/bufplugin v0.9.0 diff --git a/build.assets/versions.mk b/build.assets/versions.mk index 5328588087415..b6c5805ddbb4c 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.7 +GOLANG_VERSION ?= go1.24.9 GOLANGCI_LINT_VERSION ?= v2.1.5 # NOTE: Remember to update engines.node in package.json to match the major version. diff --git a/e b/e index bc44adaff4d2e..fb7d38712041c 160000 --- a/e +++ b/e @@ -1 +1 @@ -Subproject commit bc44adaff4d2e99ef1649f5bcec6fad67189944d +Subproject commit fb7d38712041c5648c4983ffd89e1db561944432 diff --git a/examples/access-plugin-minimal/go.mod b/examples/access-plugin-minimal/go.mod index ecb178047d3f1..469a1a04db04b 100644 --- a/examples/access-plugin-minimal/go.mod +++ b/examples/access-plugin-minimal/go.mod @@ -1,6 +1,6 @@ module teleport-sheets -go 1.23.0 +go 1.24.9 require ( github.com/gravitational/teleport/api v0.0.0-20250801210118-2fb5249f5743 diff --git a/examples/api-sync-roles/go.mod b/examples/api-sync-roles/go.mod index f5c2b5cb25025..3f176f36dcde1 100644 --- a/examples/api-sync-roles/go.mod +++ b/examples/api-sync-roles/go.mod @@ -1,6 +1,6 @@ module sync-roles -go 1.23.0 +go 1.24.9 require ( github.com/gravitational/teleport/api v0.0.0-20250801210118-2fb5249f5743 diff --git a/examples/desktop-registration/go.mod b/examples/desktop-registration/go.mod index c0fc7a25a3879..d0b40f77154b8 100644 --- a/examples/desktop-registration/go.mod +++ b/examples/desktop-registration/go.mod @@ -1,6 +1,6 @@ module teleport-desktop-registration -go 1.23.0 +go 1.24.9 require github.com/gravitational/teleport/api v0.0.0-20250801210118-2fb5249f5743 diff --git a/examples/go-client/go.mod b/examples/go-client/go.mod index 897532ed86e86..cf52db140bf84 100644 --- a/examples/go-client/go.mod +++ b/examples/go-client/go.mod @@ -1,6 +1,6 @@ module go-client -go 1.23.0 +go 1.24.9 require github.com/gravitational/teleport/api v0.0.0-20250801210118-2fb5249f5743 diff --git a/examples/service-discovery-api-client/go.mod b/examples/service-discovery-api-client/go.mod index 8b69daa421914..79ee5cf07daab 100644 --- a/examples/service-discovery-api-client/go.mod +++ b/examples/service-discovery-api-client/go.mod @@ -1,6 +1,6 @@ module register-app-service -go 1.23.0 +go 1.24.9 require ( github.com/docker/docker v28.3.3+incompatible diff --git a/examples/teleport-usage/go.mod b/examples/teleport-usage/go.mod index 9c009bebf497a..2cbc84e093981 100644 --- a/examples/teleport-usage/go.mod +++ b/examples/teleport-usage/go.mod @@ -1,6 +1,6 @@ module usage-script -go 1.22 +go 1.24.9 require ( github.com/aws/aws-sdk-go v1.47.4 diff --git a/go.mod b/go.mod index bf288ea9e3e85..e6414d9652d62 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/gravitational/teleport -go 1.24.7 +go 1.24.9 require ( cloud.google.com/go/cloudsqlconn v1.12.1 diff --git a/integrations/event-handler/go.mod b/integrations/event-handler/go.mod index 18beeb7cd8106..373220025fef0 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.7 +go 1.24.9 require ( github.com/alecthomas/kong v1.2.1 diff --git a/integrations/terraform-mwi/go.mod b/integrations/terraform-mwi/go.mod index eae68fbc86765..0be1a0d64269e 100644 --- a/integrations/terraform-mwi/go.mod +++ b/integrations/terraform-mwi/go.mod @@ -1,6 +1,6 @@ module github.com/gravitational/teleport/integrations/terraform-mwi -go 1.24.7 +go 1.24.9 require ( github.com/gravitational/teleport v0.0.0 // replaced diff --git a/integrations/terraform/go.mod b/integrations/terraform/go.mod index 7d640645ac137..087d451044214 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.7 +go 1.24.9 // Doc generation tooling require github.com/hashicorp/terraform-plugin-docs v0.0.0 // replaced