linter up

This commit is contained in:
alex.sharov 2023-03-23 10:34:44 +07:00
parent b9b0950c70
commit eb93217ccb
2 changed files with 2 additions and 2 deletions

View File

@ -55,7 +55,7 @@ jobs:
if: runner.os == 'Linux'
uses: golangci/golangci-lint-action@v3
with:
version: v1.51
version: v1.52
- name: Test
run: make test

View File

@ -166,7 +166,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.51.2
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b ./build/bin v1.52.1
## clean: cleans the go cache, build dir, libmdbx db dir
clean: