Skip to content

Commit

Permalink
build: downgrade to go 1.20
Browse files Browse the repository at this point in the history
go 1.21 breaks the Podman CI since it is not available on Fedora 38.

[NO NEW TESTS NEEDED]

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
  • Loading branch information
giuseppe committed Nov 15, 2023
1 parent b1a1905 commit ee0ad97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .cirrus.yml
Expand Up @@ -120,7 +120,7 @@ vendor_task:

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

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

go 1.21
go 1.20

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

0 comments on commit ee0ad97

Please sign in to comment.