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.24.4 '
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.24.4 '
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.24.4 '
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.24.4 '
1919 - name : Cache Golang Packages
2020 uses : actions/cache@v3
2121 with :
4343 steps :
4444 - uses : actions/setup-go@v5
4545 with :
46- go-version : ' 1.24.0 '
46+ go-version : ' 1.24.4 '
4747 - name : Cache Golang Packages
4848 uses : actions/cache@v3
4949 with :
6363 steps :
6464 - uses : actions/setup-go@v5
6565 with :
66- go-version : ' 1.24.0 '
66+ go-version : ' 1.24.4 '
6767 - name : checkout
6868 uses : actions/checkout@v4
6969 with :
7878 steps :
7979 - uses : actions/setup-go@v5
8080 with :
81- go-version : ' 1.24.0 '
81+ go-version : ' 1.24.4 '
8282 - name : Cache Golang Packages
8383 uses : actions/cache@v3
8484 with :
9898 steps :
9999 - uses : actions/setup-go@v5
100100 with :
101- go-version : ' 1.24.0 '
101+ go-version : ' 1.24.4 '
102102 - name : Cache Golang Packages
103103 uses : actions/cache@v3
104104 with :
You can’t perform that action at this time.
0 commit comments