diff --git a/assets/backport/go.mod b/assets/backport/go.mod index 0449147cebd7a..fdf52e602d627 100644 --- a/assets/backport/go.mod +++ b/assets/backport/go.mod @@ -1,6 +1,6 @@ module github.com/teleport/assets/backport -go 1.24.7 +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 7871179a21a18..ef05f683273af 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.7 +FROM docker.io/golang:1.24.9 # 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/ diff --git a/build.assets/tooling/go.mod b/build.assets/tooling/go.mod index 251b07b93ea8e..6f6fd69374404 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 ebbb79fe79802..c1167e510344c 160000 --- a/e +++ b/e @@ -1 +1 @@ -Subproject commit ebbb79fe798026aac9c7cb6dad925db91f014417 +Subproject commit c1167e510344c0da6c9028f6fa1b2d55bfdb0507 diff --git a/examples/access-plugin-minimal/go.mod b/examples/access-plugin-minimal/go.mod index 94ba6799c0165..5253cb557fee4 100644 --- a/examples/access-plugin-minimal/go.mod +++ b/examples/access-plugin-minimal/go.mod @@ -1,6 +1,6 @@ module teleport-sheets -go 1.24.7 +go 1.24.9 require ( github.com/gravitational/teleport/api v0.0.0-20250818183108-571669ac0707 diff --git a/examples/api-sync-roles/go.mod b/examples/api-sync-roles/go.mod index b489fa4abfd46..80e0d43303bf6 100644 --- a/examples/api-sync-roles/go.mod +++ b/examples/api-sync-roles/go.mod @@ -1,6 +1,6 @@ module sync-roles -go 1.24.7 +go 1.24.9 require ( github.com/gravitational/teleport/api v0.0.0-20250818183108-571669ac0707 diff --git a/examples/desktop-registration/go.mod b/examples/desktop-registration/go.mod index 5b6bc5083936e..02de164f6db15 100644 --- a/examples/desktop-registration/go.mod +++ b/examples/desktop-registration/go.mod @@ -1,6 +1,6 @@ module teleport-desktop-registration -go 1.24.7 +go 1.24.9 require github.com/gravitational/teleport/api v0.0.0-20250818183108-571669ac0707 diff --git a/examples/go-client/go.mod b/examples/go-client/go.mod index 4528323316f28..94b45e0dda898 100644 --- a/examples/go-client/go.mod +++ b/examples/go-client/go.mod @@ -1,6 +1,6 @@ module go-client -go 1.24.7 +go 1.24.9 require github.com/gravitational/teleport/api v0.0.0-20250818183108-571669ac0707 diff --git a/examples/service-discovery-api-client/go.mod b/examples/service-discovery-api-client/go.mod index a1b772702d9f5..96150a8463fc3 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.24.7 +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 553147936e54f..2b925db346be5 100644 --- a/examples/teleport-usage/go.mod +++ b/examples/teleport-usage/go.mod @@ -1,6 +1,6 @@ module usage-script -go 1.24.7 +go 1.24.9 require ( github.com/aws/aws-sdk-go-v2 v1.38.0 diff --git a/go.mod b/go.mod index 026f3c10ba560..3b0eae322a712 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/alloydb v1.16.1 diff --git a/integrations/event-handler/go.mod b/integrations/event-handler/go.mod index 0a4b04ffc3a50..705bc0b63f989 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.10.0 diff --git a/integrations/terraform-mwi/go.mod b/integrations/terraform-mwi/go.mod index adc626883c74f..d9a76ae6078fb 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-00010101000000-000000000000 diff --git a/integrations/terraform/go.mod b/integrations/terraform/go.mod index acc6c1ce9f60a..c0b82ecb09055 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 // TF provider dependencies require (