chore(deps): update module github.com/golangci/golangci-lint to v1.47.0 #6

Merged
Kichiyaki merged 2 commits from renovate/github.com-golangci-golangci-lint-1.x into master 2022-07-19 04:20:12 +00:00
Showing only changes of commit d3641e0ff6 - Show all commits

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: