Skip to content

Commit

Permalink
Merge pull request #46 from gardener/release-v0.19
Browse files Browse the repository at this point in the history
Upgrade golang to 1.19.4
  • Loading branch information
briantopping authored Jan 3, 2023
2 parents 133dde1 + a5732ba commit 9a26872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
############# builder #############
FROM golang:1.19.2 AS builder
FROM golang:1.19.4 AS builder

WORKDIR /go/src/github.com/gardener/machine-controller-manager-provider-vsphere
COPY . .
Expand Down

0 comments on commit 9a26872

Please sign in to comment.