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