File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2323
2424 - uses : actions/setup-go@v5
2525 with :
26- go-version : ' 1.24.0 '
26+ go-version : ' 1.25.1 '
2727
2828 - name : Install Groovy
2929 run : sudo apt-get update && sudo apt-get install groovy -y
Original file line number Diff line number Diff line change 1313 - uses : actions/checkout@v4
1414 - uses : actions/setup-go@v5
1515 with :
16- go-version : ' 1.24.0 '
16+ go-version : ' 1.25.1 '
1717 - name : Perform update
1818 run : |
1919 git checkout -B gh-action-update-golang-dependencies
Original file line number Diff line number Diff line change 1313 - uses : actions/checkout@v4
1414 - uses : actions/setup-go@v5
1515 with :
16- go-version : ' 1.24.0 '
16+ go-version : ' 1.25.1 '
1717 - env :
1818 CGO_ENABLED : 0
1919 run : |
Original file line number Diff line number Diff line change 15151616 - uses : actions/setup-go@v5
1717 with :
18- go-version : ' 1.24.0 '
18+ go-version : ' 1.25.1 '
1919 - name : Cache Golang Packages
2020 uses : actions/cache@v3
2121 with :
3434 steps :
3535 - uses : actions/setup-go@v5
3636 with :
37- go-version : ' 1.24.0 '
37+ go-version : ' 1.25.1 '
3838 - name : Cache Golang Packages
3939 uses : actions/cache@v3
4040 with :
5454 steps :
5555 - uses : actions/setup-go@v5
5656 with :
57- go-version : ' 1.24.0 '
57+ go-version : ' 1.25.1 '
5858 - name : checkout
5959 uses : actions/checkout@v4
6060 with :
6969 steps :
7070 - uses : actions/setup-go@v5
7171 with :
72- go-version : ' 1.24.0 '
72+ go-version : ' 1.25.1 '
7373 - name : Cache Golang Packages
7474 uses : actions/cache@v3
7575 with :
8989 steps :
9090 - uses : actions/setup-go@v5
9191 with :
92- go-version : ' 1.24.0 '
92+ go-version : ' 1.25.1 '
9393 - name : Cache Golang Packages
9494 uses : actions/cache@v3
9595 with :
You can’t perform that action at this time.
0 commit comments