From 48a1fb8beb129041b61c3d56e3e071989ba71244 Mon Sep 17 00:00:00 2001
From: renovate <renovate-bot@autistici.org>
Date: Fri, 29 Jan 2021 11:21:05 +0000
Subject: [PATCH] chore(deps): update golang docker tag to v1.15

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3bbff13d..8e5cdc86 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -16,7 +16,7 @@ build_pkg:bullseye:amd64:
 
 test:
   stage: test
-  image: golang:1.14
+  image: golang:1.15
   script:
     - go test -v -cover -coverprofile=cover.out ./...
     - go get github.com/boumenot/gocover-cobertura
-- 
GitLab