mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2026-04-15 01:41:56 +00:00
Use golangci docker image (#5797)
This commit is contained in:
@@ -55,7 +55,7 @@ steps:
|
||||
lint:
|
||||
depends_on:
|
||||
- vendor
|
||||
image: *golang_image
|
||||
image: golangci/golangci-lint:v2.6.2
|
||||
commands:
|
||||
- make lint
|
||||
when: *when
|
||||
|
||||
Reference in New Issue
Block a user