chore(deps): update module github.com/golangci/golangci-lint to v1.47.2
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
Dawid Wysokiński 2022-07-22 07:30:57 +02:00
parent 795ebed984
commit ebee1496a5
Signed by: Kichiyaki
GPG Key ID: 1ECC5DE481BE5184
1 changed files with 1 additions and 2 deletions

View File

@ -42,9 +42,8 @@ name: golangci-lint
steps:
- name: run golangci-lint
image: golang:1.18
image: golangci/golangci-lint:v1.47
commands:
- curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.47.0
- golangci-lint run
trigger: