Skip to content

Commit

Permalink
Update golangci-lint to v1.61.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nono committed Sep 10, 2024
1 parent 0258d84 commit fcb02e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ tests:

## lint: enforce a consistent code style and detect code smells
lint: bin/golangci-lint
@bin/golangci-lint run -E gofmt -E unconvert -E misspell -E whitespace -E exportloopref -E bidichk
@bin/golangci-lint run -E gofmt -E unconvert -E misspell -E whitespace -E bidichk
.PHONY: lint

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

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

0 comments on commit fcb02e3

Please sign in to comment.