Skip to content

Commit

Permalink
Merge pull request #249 from davidvossel/update-stable-golang-1.20.6
Browse files Browse the repository at this point in the history
Update to latest stable golang 1.20.6
  • Loading branch information
kubevirt-bot committed Jul 18, 2023
2 parents aa46f3c + 2346d6a commit 1b824c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/images/kubevirt-cloud-controller-manager/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=linux/amd64 golang:1.19 AS builder
FROM --platform=linux/amd64 golang:1.20.6 AS builder

WORKDIR /go/src/kubevirt.io/cloud-provider-kubevirt

Expand Down

0 comments on commit 1b824c1

Please sign in to comment.