We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 81452f3 + 020a31d commit c143588Copy full SHA for c143588
Dockerfile
@@ -1,5 +1,5 @@
1
# Build the manager binary
2
-FROM golang:1.20.2 as builder
+FROM golang:1.19.8 as builder
3
4
WORKDIR /workspace
5
# Copy the Go Modules manifests
go.mod
@@ -1,6 +1,6 @@
module github.com/spectrocloud/cluster-api-provider-vsphere-static-ip
-go 1.20
+go 1.19
require (
6
github.com/ghodss/yaml v1.0.0
0 commit comments