From b1a6279de2d4c3a9acd6cd820dd9709dc75e926a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20Trma=C4=8D?= Date: Mon, 2 Sep 2024 19:12:33 +0200 Subject: [PATCH] Test against a relevant Skopeo release MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miloslav Trmač --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 82098bf94f..2ea69d1d89 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -8,7 +8,7 @@ env: # Name of the ultimate destination branch for this CI run DEST_BRANCH: "main" # CI container image tag (c/skopeo branch name) - SKOPEO_CI_TAG: "main" + SKOPEO_CI_TAG: "release-1.11" # Use GO module mirror (reason unknown, travis did it this way) GOPROXY: https://proxy.golang.org # Overrides default location (/tmp/cirrus) for repo clone