From 5d49235fbd73adca0669c8df5fb8ec5901cf085e Mon Sep 17 00:00:00 2001 From: a <a@tuxpa.in> Date: Sat, 28 Oct 2023 03:10:15 -0500 Subject: [PATCH] lol --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e8148cb..4e8019c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,8 +15,8 @@ test: stage: test extends: .go-cache script: - - CGO_ENABLED=1 go test -race ./... - apk add alpine-sdk + - CGO_ENABLED=1 go test -race ./... lint: image: registry.gitlab.com/gitlab-org/gitlab-build-images:golangci-lint-alpine -- GitLab