mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-28 14:47:16 +00:00
lint up (#360)
This commit is contained in:
parent
c82e350e63
commit
fb9214d8bb
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -36,10 +36,9 @@ jobs:
|
||||
key: ${{ matrix.os }}-go-${{ hashFiles('**/go.sum') }}
|
||||
- name: Lint
|
||||
if: matrix.os == 'ubuntu-20.04'
|
||||
uses: golangci/golangci-lint-action@v2
|
||||
uses: golangci/golangci-lint-action@v3
|
||||
with:
|
||||
version: v1.42
|
||||
skip-go-installation: true
|
||||
version: v1.44
|
||||
skip-pkg-cache: true
|
||||
skip-build-cache: true
|
||||
- name: Install deps
|
||||
|
2
Makefile
2
Makefile
@ -48,4 +48,4 @@ 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.42.1
|
||||
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b ./build/bin v1.44.2
|
||||
|
Loading…
Reference in New Issue
Block a user