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 29
29
echo "BRANCH=$(echo ${BRANCH} | cut -d '.' -f1-2 | tr -d 'v')" >> $GITHUB_OUTPUT
30
30
31
31
- name : Set up Go
32
- uses : actions/setup-go@v4
32
+ uses : actions/setup-go@v5
33
33
with :
34
34
go-version : " 1.20"
35
35
id : go
58
58
token : ${{ secrets.GH_TOKEN_EXTRA }}
59
59
60
60
- name : Set up Go
61
- uses : actions/setup-go@v4
61
+ uses : actions/setup-go@v5
62
62
with :
63
63
go-version : " 1.20"
64
64
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@v4
11
+ uses : actions/setup-go@v5
12
12
with :
13
13
go-version : " 1.20"
14
14
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@v4
20
+ uses : actions/setup-go@v5
21
21
with :
22
22
go-version : " 1.20"
23
23
id : go
You can’t perform that action at this time.
0 commit comments