File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 7
7
runs-on : ubuntu-latest
8
8
steps :
9
9
- name : Set up Go
10
- uses : actions/setup-go@v1
10
+ uses : actions/setup-go@v2.1.3
11
11
with :
12
12
go-version : 1.15
13
13
id : go
27
27
if : ${{ github.event_name == 'push' }}
28
28
steps :
29
29
- name : Set up Go
30
- uses : actions/setup-go@v1
30
+ uses : actions/setup-go@v2.1.3
31
31
with :
32
32
go-version : 1.15
33
33
id : go
Original file line number Diff line number Diff line change 26
26
run : git fetch --prune --unshallow
27
27
-
28
28
name : Set up Go
29
- uses : actions/setup-go@v2
29
+ uses : actions/setup-go@v2.1.3
30
30
with :
31
31
go-version : 1.15
32
32
-
Original file line number Diff line number Diff line change 13
13
14
14
steps :
15
15
- name : Set up Go
16
- uses : actions/setup-go@v1
16
+ uses : actions/setup-go@v2.1.3
17
17
with :
18
18
go-version : ${{ matrix.go }}
19
19
id : go
You can’t perform that action at this time.
0 commit comments