Skip to content

Commit

Permalink
Update golangci-lint to v1.63.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nono committed Jan 2, 2025
1 parent fcb02e3 commit 85b5e74
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 @@ -17,7 +17,7 @@ lint: bin/golangci-lint
.PHONY: lint

bin/golangci-lint: Makefile
@curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- v1.61.0
@curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- v1.63.1

## clean: clean the generated files and directories
clean:
Expand Down

0 comments on commit 85b5e74

Please sign in to comment.