Update golangci-lint-action to use v1.2.2 (#1238)
This commit is contained in:
parent
ee86e0e893
commit
27a97ae49a
4
.github/workflows/pr.yml
vendored
4
.github/workflows/pr.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: lint
|
- name: lint
|
||||||
uses: golangci/golangci-lint-action@v1.2.1
|
uses: golangci/golangci-lint-action@v1.2.2
|
||||||
with:
|
with:
|
||||||
version: v1.28
|
version: v1.28
|
||||||
tests-on-windows:
|
tests-on-windows:
|
||||||
@ -48,7 +48,7 @@ jobs:
|
|||||||
uses: actions/setup-go@v2
|
uses: actions/setup-go@v2
|
||||||
with:
|
with:
|
||||||
go-version: ${{ matrix.golang }}
|
go-version: ${{ matrix.golang }}
|
||||||
- uses: actions/cache@v1
|
- uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
path: ~/go/pkg/mod
|
path: ~/go/pkg/mod
|
||||||
key: ${{ runner.os }}-go-${{ matrix.golang }}-${{ hashFiles('**/go.sum') }}
|
key: ${{ runner.os }}-go-${{ matrix.golang }}-${{ hashFiles('**/go.sum') }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user