From 5ed95578882a602a89121f5860570c9013149908 Mon Sep 17 00:00:00 2001
From: Tom Guinther <tguinther@gfxlabs.io>
Date: Thu, 5 Sep 2024 10:57:28 -0400
Subject: [PATCH] a guess

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 64c77522..78a97a7d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -34,8 +34,7 @@ test:
     - CGO_ENABLED=1 go test -race ./...
 
 lint:
-  image: registry.hub.docker.com/golangci/golangci-lint:v1.59.1-alpine
-  timeout: 30m
+  image: registry.gitlab.com/gitlab-org/gitlab-build-images:golangci-lint:v1.50-alpine
   stage: test
   extends: .go-cache
   script:
-- 
GitLab