We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3c07a7b + a68d946 commit bd0c05cCopy full SHA for bd0c05c
Dockerfile
@@ -13,7 +13,7 @@
13
# limitations under the License.
14
15
# Build the manager binary
16
-FROM golang:1.21.6 as builder
+FROM golang:1.22.0 as builder
17
WORKDIR /workspace
18
19
# Run this with docker build --build_arg goproxy=$(go env GOPROXY) to override the goproxy
go.mod
@@ -1,6 +1,6 @@
1
module sigs.k8s.io/cluster-api-provider-openstack
2
3
-go 1.21
+go 1.22
4
5
require (
6
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
hack/tools/go.mod
module sigs.k8s.io/cluster-api-provider-openstack/hack/tools
github.com/a8m/envsubst v1.2.0
0 commit comments