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

This commit is contained in:
Dawid Wysokiński 2022-07-19 06:19:20 +02:00
parent 0209b0fd1d
commit d3641e0ff6
Signed by: Kichiyaki
GPG Key ID: 1ECC5DE481BE5184
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ steps:
- name: run golangci-lint
image: golang:1.18
commands:
- curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.46.2
- 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: