Skip to content

Commit

Permalink
Merge pull request #3444 from TomSweeneyRedHat/dev/tsweeney/bumpmake
Browse files Browse the repository at this point in the history
Bump go for vendor-in-container from 1.13 to 1.16
  • Loading branch information
openshift-ci[bot] authored Aug 13, 2021
2 parents 1e560e2 + 1135699 commit 9065d41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ vendor_task:

# Runs within Cirrus's "community cluster"
container:
image: docker.io/library/golang:1.13
image: docker.io/library/golang:1.16
cpu: 1
memory: 1

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ test-unit: tests/testreport/testreport
$(GO_TEST) -v -tags "$(STORAGETAGS) $(SECURITYTAGS)" -cover -race ./cmd/buildah -args --root $$tmp/root --runroot $$tmp/runroot --storage-driver vfs --signature-policy $(shell pwd)/tests/policy.json --registries-conf $(shell pwd)/tests/registries.conf

vendor-in-container:
podman run --privileged --rm --env HOME=/root -v `pwd`:/src -w /src docker.io/library/golang:1.13 make vendor
podman run --privileged --rm --env HOME=/root -v `pwd`:/src -w /src docker.io/library/golang:1.16 make vendor

.PHONY: vendor
vendor:
Expand Down

0 comments on commit 9065d41

Please sign in to comment.