Skip to content

Commit c143588

Browse files
Merge pull request #37 from spectrocloud/PSS-1984-rel-3.4
PSS-1984: Update go
2 parents 81452f3 + 020a31d commit c143588

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the manager binary
2-
FROM golang:1.20.2 as builder
2+
FROM golang:1.19.8 as builder
33

44
WORKDIR /workspace
55
# Copy the Go Modules manifests

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/spectrocloud/cluster-api-provider-vsphere-static-ip
22

3-
go 1.20
3+
go 1.19
44

55
require (
66
github.com/ghodss/yaml v1.0.0

0 commit comments

Comments
 (0)