Skip to content

Commit

Permalink
chore: Bump Go to 1.23.4 (#49757)
Browse files Browse the repository at this point in the history
  • Loading branch information
codingllama authored Dec 4, 2024
1 parent 3b1f2b5 commit 02d88c2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.assets/tooling/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/gravitational/teleport/build.assets/tooling

go 1.23.3
go 1.23.4

require (
github.com/Masterminds/sprig/v3 v3.3.0
Expand Down
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.23.3
GOLANG_VERSION ?= go1.23.4
GOLANGCI_LINT_VERSION ?= v1.62.2

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

go 1.23.3
go 1.23.4

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

go 1.23.3
go 1.23.4

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

go 1.23.3
go 1.23.4

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

0 comments on commit 02d88c2

Please sign in to comment.