Use golangci docker image (#5797)

This commit is contained in:
qwerty287
2025-11-29 13:02:56 +01:00
committed by GitHub
parent 1cfee01277
commit 5f6501d6a3

View File

@@ -55,7 +55,7 @@ steps:
lint:
depends_on:
- vendor
image: *golang_image
image: golangci/golangci-lint:v2.6.2
commands:
- make lint
when: *when