ci: raising golangci-lint version
This commit is contained in:
parent
d5882c0243
commit
853c7734e6
@ -11,7 +11,7 @@ steps:
|
||||
- git fetch --tags
|
||||
|
||||
- name: lint
|
||||
image: golangci/golangci-lint:v1.41.1
|
||||
image: golangci/golangci-lint:v1.42.0
|
||||
commands:
|
||||
- make install-tools
|
||||
- make lint
|
||||
@ -20,6 +20,7 @@ steps:
|
||||
|
||||
- name: test
|
||||
image: golang:1.16
|
||||
pull: always
|
||||
commands:
|
||||
- make test
|
||||
depends_on:
|
||||
|
Loading…
Reference in New Issue
Block a user