From 1b21d010b7840d02f27922b16d811264da3afefb Mon Sep 17 00:00:00 2001
From: ale <ale@incal.net>
Date: Sat, 9 Jan 2021 15:15:17 +0000
Subject: [PATCH] Use bullseye for tests

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ecfb469..d796dc5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,7 +3,7 @@ stages:
 
 run_tests:
   stage: test
-  image: "debian:buster"
+  image: "debian:bullseye"
   script:
     - "apt update"
     - "env DEBIAN_FRONTEND=noninteractive apt -y install golang git"
-- 
GitLab