We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 951fdac commit c90771eCopy full SHA for c90771e
Makefile
@@ -3,7 +3,7 @@ clean:
3
go clean --modcache
4
5
build:
6
- go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.45.2
+ go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.49
7
go mod tidy
8
go fmt ./...
9
golangci-lint run
0 commit comments