diff --git a/.golangci.yml b/.golangci.yml index 2caef6420000e..8ae2ad85cf05b 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -227,6 +227,6 @@ output: uniq-by-line: false run: - go: '1.22' + go: '1.23' build-tags: [] timeout: 15m diff --git a/build.assets/Dockerfile-grpcbox b/build.assets/Dockerfile-grpcbox index dcb558518d7f1..09972f9de5132 100644 --- a/build.assets/Dockerfile-grpcbox +++ b/build.assets/Dockerfile-grpcbox @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:1 -FROM docker.io/golang:1.22 +FROM docker.io/golang:1.23 # Image layers go from less likely to most likely to change. RUN apt-get update && \ diff --git a/build.assets/tooling/go.mod b/build.assets/tooling/go.mod index d1d52c63032ce..3a50d361c6e9c 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.22.6 +go 1.23.1 require ( github.com/Masterminds/sprig/v3 v3.3.0 diff --git a/build.assets/versions.mk b/build.assets/versions.mk index 0033e654800ac..b7ad9e44a59f0 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.22.6 +GOLANG_VERSION ?= go1.23.1 GOLANGCI_LINT_VERSION ?= v1.60.3 NODE_VERSION ?= 20.14.0 diff --git a/go.mod b/go.mod index dd5b1eb46a7aa..b5b850f31bacb 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/gravitational/teleport -go 1.22.6 +go 1.23.1 require ( cloud.google.com/go/cloudsqlconn v1.12.0 diff --git a/integrations/event-handler/go.mod b/integrations/event-handler/go.mod index 41f2c66aef397..7502e2ffe467b 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.22.6 +go 1.23.1 require ( github.com/alecthomas/kong v0.9.0 diff --git a/integrations/terraform/go.mod b/integrations/terraform/go.mod index 2bf80b332874f..b3806ee7d3960 100644 --- a/integrations/terraform/go.mod +++ b/integrations/terraform/go.mod @@ -1,6 +1,6 @@ module github.com/gravitational/teleport/integrations/terraform -go 1.22.6 +go 1.23.1 // Doc generation tooling require github.com/hashicorp/terraform-plugin-docs v0.0.0 // replaced