diff --git a/build.assets/tooling/go.mod b/build.assets/tooling/go.mod index b9ff5668cc560..d20a6bc101c60 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.8 +go 1.22.9 require ( github.com/Masterminds/sprig/v3 v3.2.3 diff --git a/build.assets/versions.mk b/build.assets/versions.mk index 17a89a06bce84..78b9d1e7a4f06 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.8 +GOLANG_VERSION ?= go1.22.9 GOLANGCI_LINT_VERSION ?= v1.61.0 NODE_VERSION ?= 20.17.0 diff --git a/go.mod b/go.mod index 5597b1f7884fe..a44fa4b407250 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/gravitational/teleport -go 1.22.8 +go 1.22.9 require ( cloud.google.com/go/cloudsqlconn v1.9.0 diff --git a/integrations/event-handler/go.mod b/integrations/event-handler/go.mod index 72bb9c208a88a..66d3e5b11ef50 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.8 +go 1.22.9 require ( github.com/alecthomas/kong v0.9.0 diff --git a/integrations/terraform/go.mod b/integrations/terraform/go.mod index 4a1e307345f4d..3ed99da94882f 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.8 +go 1.22.9 // Doc generation tooling require github.com/hashicorp/terraform-plugin-docs v0.0.0 // replaced