From eccfbd06f1d81cb4b9c574eea5df83ed98ece602 Mon Sep 17 00:00:00 2001 From: Matt Heon Date: Tue, 15 Oct 2024 14:46:15 -0400 Subject: [PATCH] Force lint to golang:1.21 Matches what we're compiling with. Signed-off-by: Matt Heon --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 50b9876169..49a6e33b70 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -120,7 +120,7 @@ lint_task: env: CIRRUS_WORKING_DIR: "/go/src/github.com/containers/storage" container: - image: golang + image: golang:1.21 modules_cache: fingerprint_script: cat go.sum folder: $GOPATH/pkg/mod