diff --git a/build.assets/tooling/go.mod b/build.assets/tooling/go.mod index eb11130e3099b..2c3b6b5a913c0 100644 --- a/build.assets/tooling/go.mod +++ b/build.assets/tooling/go.mod @@ -2,7 +2,7 @@ module github.com/gravitational/teleport/build.assets/tooling go 1.22.0 -toolchain go1.22.3 +toolchain go1.22.4 require ( github.com/Masterminds/sprig/v3 v3.2.3 diff --git a/build.assets/versions.mk b/build.assets/versions.mk index faa93fcacd250..27ba99284a91d 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.3 +GOLANG_VERSION ?= go1.22.4 GOLANGCI_LINT_VERSION ?= v1.58.1 NODE_VERSION ?= 20.13.0 diff --git a/go.mod b/go.mod index 82da9e3fc8fa5..217fe26308e81 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/gravitational/teleport go 1.22.0 -toolchain go1.22.3 +toolchain go1.22.4 require ( cloud.google.com/go/cloudsqlconn v1.10.0 diff --git a/integrations/event-handler/go.mod b/integrations/event-handler/go.mod index adca005966ff2..2dad56b45dab6 100644 --- a/integrations/event-handler/go.mod +++ b/integrations/event-handler/go.mod @@ -2,7 +2,7 @@ module github.com/gravitational/teleport/integrations/event-handler go 1.22.0 -toolchain go1.22.3 +toolchain go1.22.4 require ( github.com/alecthomas/kong v0.9.0 diff --git a/integrations/terraform/go.mod b/integrations/terraform/go.mod index 69224ef86e790..301d36d08f447 100644 --- a/integrations/terraform/go.mod +++ b/integrations/terraform/go.mod @@ -2,7 +2,7 @@ module github.com/gravitational/teleport/integrations/terraform go 1.22.0 -toolchain go1.22.3 +toolchain go1.22.4 require ( github.com/gogo/protobuf v1.3.2