diff --git a/.drone.yml b/.drone.yml index 7ea11c2e..7901e3e8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,7 +15,7 @@ steps: - make tools - make assets - make server - - curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.18.0 + - curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.21.0 - golangci-lint run - make db - go test -v -coverprofile=coverage.txt .