Skip to content

Commit

Permalink
style: Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
erezrokah committed Jul 22, 2024
1 parent de5b4b5 commit 4e14e67
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 @@ -35,7 +35,7 @@ help: ## Show this help.
all: gen fmt lint test coverage ## format and test everything

bin/golangci-lint: go.mod go.sum
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b ./bin v1.48.0
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b ./bin v1.51.2

bin/gotestsum: go.mod go.sum
@mkdir -p bin/
Expand Down

0 comments on commit 4e14e67

Please sign in to comment.