From 121821c790f04be508652121eb0f7d15e4c36547 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20Trma=C4=8D?= Date: Tue, 10 Sep 2024 17:52:37 +0200 Subject: [PATCH] Test against a stable branch of Skopeo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The "main" branch of Skopeo now requires Go 1.22, and eventually will depend on new c/image APIs. Signed-off-by: Miloslav Trmač --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index ae11bc3d..563a0ec7 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" # c/skopeo branch name which must work with this c/image branch - SKOPEO_CI_BRANCH: "main" + SKOPEO_CI_BRANCH: "release-1.16" # Use GO module mirror (reason unknown, travis did it this way) GOPROXY: https://proxy.golang.org # Overrides default location (/tmp/cirrus) for repo clone