This commit is contained in:
Alex Sharov 2022-03-11 08:49:54 +07:00 committed by GitHub
parent c82e350e63
commit fb9214d8bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 4 deletions

View File

@ -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

View File

@ -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