Skip to content

Commit

Permalink
chore: Bump Go to 1.22.7 (#46297)
Browse files Browse the repository at this point in the history
  • Loading branch information
codingllama authored Sep 5, 2024
1 parent 52bdeaa commit 6b1b4f6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.assets/versions.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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.22.7
GOLANGCI_LINT_VERSION ?= v1.60.3

NODE_VERSION ?= 20.14.0
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/gravitational/teleport

go 1.21

toolchain go1.22.6
toolchain go1.22.7

require (
cloud.google.com/go/cloudsqlconn v1.9.0
Expand Down
2 changes: 1 addition & 1 deletion integrations/event-handler/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/gravitational/teleport/integrations/event-handler

go 1.21

toolchain go1.22.6
toolchain go1.22.7

require (
github.com/alecthomas/kong v0.9.0
Expand Down
2 changes: 1 addition & 1 deletion integrations/terraform/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/gravitational/teleport/integrations/terraform

go 1.21

toolchain go1.22.6
toolchain go1.22.7

require (
github.com/gogo/protobuf v1.3.2
Expand Down

0 comments on commit 6b1b4f6

Please sign in to comment.