File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ jobs:
10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- name : Checkout
13
- uses : actions/checkout@v1
13
+ uses : actions/checkout@v2
14
14
15
15
- name : Set up Go
16
- uses : actions/setup-go@v1
16
+ uses : actions/setup-go@v2
17
17
with :
18
18
go-version : 1.17.x
19
19
Original file line number Diff line number Diff line change @@ -10,13 +10,13 @@ jobs:
10
10
runs-on : ${{matrix.platform}}
11
11
steps :
12
12
- name : Set up Go ${{matrix.go-version}}
13
- uses : actions/setup-go@v1
13
+ uses : actions/setup-go@v2
14
14
with :
15
15
go-version : ${{matrix.go-version}}
16
16
id : go
17
17
18
18
- name : Check out code into the Go module directory
19
- uses : actions/checkout@v1
19
+ uses : actions/checkout@v2
20
20
21
21
- name : Download Go modules
22
22
run : go mod download
You can’t perform that action at this time.
0 commit comments