Skip to content

Commit

Permalink
Update cirrus and version of golang
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
  • Loading branch information
rhatdan committed Nov 9, 2023
1 parent bf3b55b commit 8f86c57
Show file tree
Hide file tree
Showing 5 changed files with 42 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .cirrus.yml
Expand Up @@ -27,8 +27,8 @@ env:
####
# GCE project where images live
IMAGE_PROJECT: "libpod-218412"
FEDORA_NAME: "fedora-38"
PRIOR_FEDORA_NAME: "fedora-37"
FEDORA_NAME: "fedora-39β"
PRIOR_FEDORA_NAME: "fedora-38"
DEBIAN_NAME: "debian-13"

# Image identifiers
Expand Down Expand Up @@ -120,7 +120,7 @@ vendor_task:

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

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -198,7 +198,7 @@ test-unit: tests/testreport/testreport
$(GO_TEST) -v -tags "$(STORAGETAGS) $(SECURITYTAGS)" -cover $(RACEFLAGS) ./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.18 make vendor
podman run --privileged --rm --env HOME=/root -v `pwd`:/src -w /src docker.io/library/golang:1.21 make vendor

.PHONY: vendor
vendor:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
@@ -1,6 +1,6 @@
module github.com/containers/buildah

go 1.18
go 1.21

require (
github.com/containerd/containerd v1.7.8
Expand Down

0 comments on commit 8f86c57

Please sign in to comment.