From 4dd3c27f8a9ad82cd1437454467e641cbf9a0ac2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20Trma=C4=8D?= Date: Fri, 11 Aug 2023 22:46:01 +0200 Subject: [PATCH] Test the release-5.26 branch against the 1.13 branch of Skopeo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Skopeo has updated golang.org/x/exp to an API-incompatible version, so test this stable branch against a corresponding Skopeo stable branch. Signed-off-by: Miloslav Trmač --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 9f0d49ae50..af79c3f52e 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.13" # Use GO module mirror (reason unknown, travis did it this way) GOPROXY: https://proxy.golang.org # Overrides default location (/tmp/cirrus) for repo clone