This repository was archived by the owner on Aug 30, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 5
5
fmt :
6
6
runs-on : ubuntu-latest
7
7
steps :
8
- - uses : actions/checkout@v1
9
- - uses : actions/cache@v1
8
+ - uses : actions/checkout@v2
9
+ - uses : actions/cache@v2
10
10
with :
11
11
path : ~/go/pkg/mod
12
12
key : ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
@@ -25,12 +25,12 @@ jobs:
25
25
uses : golangci/golangci-lint-action@v2
26
26
with :
27
27
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
28
- version : v1.29
28
+ version : v1.36
29
29
test :
30
30
runs-on : ubuntu-latest
31
31
steps :
32
- - uses : actions/checkout@v1
33
- - uses : actions/cache@v1
32
+ - uses : actions/checkout@v2
33
+ - uses : actions/cache@v2
34
34
with :
35
35
path : ~/go/pkg/mod
36
36
key : ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
45
45
gendocs :
46
46
runs-on : ubuntu-latest
47
47
steps :
48
- - uses : actions/checkout@v1
49
- - uses : actions/cache@v1
48
+ - uses : actions/checkout@v2
49
+ - uses : actions/cache@v2
50
50
with :
51
51
path : ~/go/pkg/mod
52
52
key : ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
You can’t perform that action at this time.
0 commit comments