File tree Expand file tree Collapse file tree 14 files changed +14
-14
lines changed
service-discovery-api-client Expand file tree Collapse file tree 14 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 11module github.com/teleport/assets/backport
22
3- go 1.24.9
3+ go 1.24.10
44
55require (
66 github.com/google/go-github/v41 v41.0.0
Original file line number Diff line number Diff line change 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.
66RUN apt-get update && \
Original file line number Diff line number Diff line change 11module github.com/gravitational/teleport/build.assets/tooling
22
3- go 1.24.9
3+ go 1.24.10
44
55require (
66 buf.build/go/bufplugin v0.9.0
Original file line number Diff line number Diff line change 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
77GOLANGCI_LINT_VERSION ?= v2.1.5
88
99# NOTE: Remember to update engines.node in package.json to match the major version.
Original file line number Diff line number Diff line change 11module teleport-sheets
22
3- go 1.24.9
3+ go 1.24.10
44
55require (
66 github.com/gravitational/teleport/api v0.0.0-20250801210118-2fb5249f5743
Original file line number Diff line number Diff line change 11module sync-roles
22
3- go 1.24.9
3+ go 1.24.10
44
55require (
66 github.com/gravitational/teleport/api v0.0.0-20250801210118-2fb5249f5743
Original file line number Diff line number Diff line change 11module teleport-desktop-registration
22
3- go 1.24.9
3+ go 1.24.10
44
55require github.com/gravitational/teleport/api v0.0.0-20250801210118-2fb5249f5743
66
Original file line number Diff line number Diff line change 11module go-client
22
3- go 1.24.9
3+ go 1.24.10
44
55require github.com/gravitational/teleport/api v0.0.0-20250801210118-2fb5249f5743
66
Original file line number Diff line number Diff line change 11module register-app-service
22
3- go 1.24.9
3+ go 1.24.10
44
55require (
66 github.com/docker/docker v28.3.3+incompatible
Original file line number Diff line number Diff line change 11module usage-script
22
3- go 1.24.9
3+ go 1.24.10
44
55require (
66 github.com/aws/aws-sdk-go v1.47.4
You can’t perform that action at this time.
0 commit comments