Skip to content

Commit

Permalink
lint up 47.2 (#4801)
Browse files Browse the repository at this point in the history
  • Loading branch information
AskAlexSharov committed Jul 23, 2022
1 parent 6a759a3 commit 6287364
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 @@ -155,7 +155,7 @@ lintci:
## lintci-deps: (re)installs golangci-lint to build/bin/golangci-lint
lintci-deps:
rm -f ./build/bin/golangci-lint
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b ./build/bin v1.47.0
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b ./build/bin v1.47.2

## clean: cleans the go cache, build dir, libmdbx db dir
clean:
Expand Down

0 comments on commit 6287364

Please sign in to comment.