File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 26
26
echo ::set-output name=BRANCH::$(echo ${BRANCH} | cut -d '.' -f1-2 | tr -d 'v')
27
27
28
28
- name : Set up Go
29
- uses : actions/setup-go@v2
29
+ uses : actions/setup-go@v3
30
30
with :
31
31
go-version : 1.17
32
32
id : go
62
62
token : ${{ secrets.GH_TOKEN_EXTRA }}
63
63
64
64
- name : Set up Go
65
- uses : actions/setup-go@v2
65
+ uses : actions/setup-go@v3
66
66
with :
67
67
go-version : 1.17
68
68
id : go
Original file line number Diff line number Diff line change 8
8
runs-on : ubuntu-latest
9
9
steps :
10
10
- name : Set up Go
11
- uses : actions/setup-go@v2
11
+ uses : actions/setup-go@v3
12
12
with :
13
13
go-version : 1.17
14
14
id : go
Original file line number Diff line number Diff line change 14
14
fetch-depth : 0
15
15
16
16
- name : Set up Go
17
- uses : actions/setup-go@v2
17
+ uses : actions/setup-go@v3
18
18
with :
19
19
go-version : 1.17
20
20
id : go
Original file line number Diff line number Diff line change 17
17
fetch-depth : 0
18
18
19
19
- name : Set up Go
20
- uses : actions/setup-go@v2
20
+ uses : actions/setup-go@v3
21
21
with :
22
22
go-version : 1.17
23
23
id : go
You can’t perform that action at this time.
0 commit comments