Skip to content

Commit

Permalink
Update golangci to v1.59.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wetneb authored Jul 8, 2024
1 parent 09c4f13 commit 6b42a6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ apply:
## Install go tools
install-go-tools:
@echo Installing go tools
$(GO) install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.51.1
$(GO) install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.59.1
$(GO) install gotest.tools/[email protected]

## Runs eslint and golangci-lint
Expand Down

0 comments on commit 6b42a6d

Please sign in to comment.