Skip to content

Commit

Permalink
Use go 1.23.4 everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilienM committed Jan 14, 2025
1 parent ddecf67 commit 1804350
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ issues:
- "zz_generated.*\\.go$"

run:
go: "1.22"
go: "1.23"
timeout: 10m
build-tags:
- e2e
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export GO111MODULE=on
unexport GOPATH

# Go
GO_VERSION ?= 1.23.0
GO_VERSION ?= 1.23.4

# Directories.
ARTIFACTS ?= $(REPO_ROOT)/_artifacts
Expand Down
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module sigs.k8s.io/cluster-api-provider-openstack

go 1.23.0

toolchain go1.23.4
go 1.23.4

require (
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
Expand Down
4 changes: 1 addition & 3 deletions hack/tools/go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module sigs.k8s.io/cluster-api-provider-openstack/hack/tools

go 1.23.0

toolchain go1.23.2
go 1.23.4

require (
github.com/a8m/envsubst v1.4.2
Expand Down
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ command = "make -C docs/book build"
publish = "docs/book/book"

[build.environment]
GO_VERSION = "1.22.6"
GO_VERSION = "1.23.4"

# Standard Netlify redirects
[[redirects]]
Expand Down

0 comments on commit 1804350

Please sign in to comment.