Skip to content

Commit 27a97ae

Browse files
author
Sergey Vilgelm
authored
Update golangci-lint-action to use v1.2.2 (#1238)
1 parent ee86e0e commit 27a97ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v2
1818
- name: lint
19-
uses: golangci/[email protected].1
19+
uses: golangci/[email protected].2
2020
with:
2121
version: v1.28
2222
tests-on-windows:
@@ -48,7 +48,7 @@ jobs:
4848
uses: actions/setup-go@v2
4949
with:
5050
go-version: ${{ matrix.golang }}
51-
- uses: actions/cache@v1
51+
- uses: actions/cache@v2
5252
with:
5353
path: ~/go/pkg/mod
5454
key: ${{ runner.os }}-go-${{ matrix.golang }}-${{ hashFiles('**/go.sum') }}

0 commit comments

Comments
 (0)