Skip to content

Commit 853a4db

Browse files
authored
chore: Bump Go to 1.22.11 (#51137)
1 parent 3a002ec commit 853a4db

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

build.assets/tooling/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/gravitational/teleport/build.assets/tooling
22

3-
go 1.22.10
3+
go 1.22.11
44

55
require (
66
github.com/Masterminds/sprig/v3 v3.2.3

build.assets/versions.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Keep versions in sync with devbox.json, when applicable.
44

55
# Sync with devbox.json.
6-
GOLANG_VERSION ?= go1.22.10
6+
GOLANG_VERSION ?= go1.22.11
77
GOLANGCI_LINT_VERSION ?= v1.63.4
88

99
NODE_VERSION ?= 20.18.0

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/gravitational/teleport
22

3-
go 1.22.10
3+
go 1.22.11
44

55
require (
66
cloud.google.com/go/cloudsqlconn v1.9.0

integrations/event-handler/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/gravitational/teleport/integrations/event-handler
22

3-
go 1.22.10
3+
go 1.22.11
44

55
require (
66
github.com/alecthomas/kong v0.9.0

integrations/terraform/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/gravitational/teleport/integrations/terraform
22

3-
go 1.22.10
3+
go 1.22.11
44

55
// Doc generation tooling
66
require github.com/hashicorp/terraform-plugin-docs v0.0.0 // replaced

0 commit comments

Comments
 (0)