Skip to content

Commit

Permalink
Merge pull request #13481 from PascalBourdier/golang-1.17
Browse files Browse the repository at this point in the history
Bump golang to 1.17
  • Loading branch information
openshift-merge-robot authored Mar 13, 2022
2 parents f0039bf + c06460b commit 0144cab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ vendor:
vendor-in-container:
podman run --privileged --rm --env HOME=/root \
-v $(CURDIR):/src -w /src \
docker.io/library/golang:1.16 \
docker.io/library/golang:1.17 \
make vendor

###
Expand Down

0 comments on commit 0144cab

Please sign in to comment.