From 771ca1976e37f38642654b06cefe80e3a5f18aeb Mon Sep 17 00:00:00 2001
From: a <a@tuxpa.in>
Date: Tue, 29 Aug 2023 19:11:34 -0500
Subject: [PATCH] update

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a262f92..3dee1a3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -37,7 +37,7 @@ lint:
 
 coverage:
   stage: test
-  image: golang:1.20-alpine
+  image: golang:1.21-alpine
   coverage: '/\(statements\)(?:\s+)?(\d+(?:\.\d+)?%)/'
   extends: .go-cache
   script:
-- 
GitLab