diff --git a/.drone.yml b/.drone.yml index 86c4126..698af01 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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: