ci: fixed golangci-lint versions
This commit is contained in:
parent
3b630a6dbd
commit
cdc35d2992
@ -9,7 +9,7 @@ steps:
|
||||
- git fetch --tags
|
||||
|
||||
- name: lint
|
||||
image: golangci/golangci-lint:latest
|
||||
image: golangci/golangci-lint:v1.39.0
|
||||
commands:
|
||||
- make install-tools
|
||||
- make lint
|
||||
@ -59,6 +59,7 @@ steps:
|
||||
- tags
|
||||
- lint
|
||||
- test
|
||||
- docker
|
||||
when:
|
||||
event:
|
||||
- tag
|
||||
|
Loading…
Reference in New Issue
Block a user