File tree 6 files changed +6
-10
lines changed
6 files changed +6
-10
lines changed Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ issues:
182
182
- " zz_generated.*\\ .go$"
183
183
184
184
run :
185
- go : " 1.22 "
185
+ go : " 1.23 "
186
186
timeout : 10m
187
187
build-tags :
188
188
- e2e
Original file line number Diff line number Diff line change 14
14
15
15
# Build the manager binary
16
16
ARG GO_VERSION
17
- FROM golang:${GO_VERSION} as builder
17
+ FROM golang:${GO_VERSION} AS builder
18
18
WORKDIR /workspace
19
19
20
20
# Run this with docker build --build_arg goproxy=$(go env GOPROXY) to override the goproxy
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ export GO111MODULE=on
24
24
unexport GOPATH
25
25
26
26
# Go
27
- GO_VERSION ?= 1.23.0
27
+ GO_VERSION ?= 1.23.4
28
28
29
29
# Directories.
30
30
ARTIFACTS ?= $(REPO_ROOT ) /_artifacts
Original file line number Diff line number Diff line change 1
1
module sigs.k8s.io/cluster-api-provider-openstack
2
2
3
- go 1.23.0
4
-
5
- toolchain go1.23.4
3
+ go 1.23.4
6
4
7
5
require (
8
6
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
Original file line number Diff line number Diff line change 1
1
module sigs.k8s.io/cluster-api-provider-openstack/hack/tools
2
2
3
- go 1.23.0
4
-
5
- toolchain go1.23.2
3
+ go 1.23.4
6
4
7
5
require (
8
6
github.com/a8m/envsubst v1.4.2
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ command = "make -C docs/book build"
4
4
publish = " docs/book/book"
5
5
6
6
[build .environment ]
7
- GO_VERSION = " 1.22.6 "
7
+ GO_VERSION = " 1.23.4 "
8
8
9
9
# Standard Netlify redirects
10
10
[[redirects ]]
You can’t perform that action at this time.
0 commit comments