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 2929 echo "BRANCH=$(echo ${BRANCH} | cut -d '.' -f1-2 | tr -d 'v')" >> $GITHUB_OUTPUT
3030
3131 - name : Set up Go
32- uses : actions/setup-go@v4
32+ uses : actions/setup-go@v5
3333 with :
3434 go-version : " 1.20"
3535 id : go
5858 token : ${{ secrets.GH_TOKEN_EXTRA }}
5959
6060 - name : Set up Go
61- uses : actions/setup-go@v4
61+ uses : actions/setup-go@v5
6262 with :
6363 go-version : " 1.20"
6464 id : go
Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99 steps :
1010 - name : Set up Go
11- uses : actions/setup-go@v4
11+ uses : actions/setup-go@v5
1212 with :
1313 go-version : " 1.20"
1414 id : go
Original file line number Diff line number Diff line change 1717 fetch-depth : 0
1818
1919 - name : Set up Go
20- uses : actions/setup-go@v4
20+ uses : actions/setup-go@v5
2121 with :
2222 go-version : " 1.20"
2323 id : go
You can’t perform that action at this time.
0 commit comments