Skip to content

Commit

Permalink
Makefile: Upgrade golangci-lint to v1.61.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ish-hcc committed Oct 7, 2024
1 parent 0a41298 commit 134e460
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 @@ -27,7 +27,7 @@ lint: dependency ## Lint the files
go_path=`echo $$cygdrive_prefix/$$drive/$$path | sed 's@\/\/@\/@g'`; \
fi; \
if [ ! -f "$$go_path/bin/golangci-lint" ]; then \
${GO_COMMAND} install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.60.2; \
${GO_COMMAND} install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.61.0; \
fi; \
$$go_path/bin/golangci-lint run --timeout 30m -E contextcheck -E revive

Expand Down

0 comments on commit 134e460

Please sign in to comment.