File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2020 - name : Set up Go
2121 uses : actions/setup-go@v5
2222 with :
23- go-version : " 1.24 "
23+ go-version : " 1.25 "
2424
2525 - name : Run GoReleaser
2626 uses : goreleaser/goreleaser-action@v6
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-24.04
1616 strategy :
1717 matrix :
18- go : ["1.24 ", "1.23 "]
18+ go : ["1.25 ", "1.24 "]
1919
2020 steps :
2121 - uses : actions/checkout@v5
3232 runs-on : ubuntu-24.04
3333 strategy :
3434 matrix :
35- go : ["1.24 ", "1.23 "]
35+ go : ["1.25 ", "1.24 "]
3636
3737 steps :
3838 - uses : actions/checkout@v5
4848 runs-on : ubuntu-24.04
4949 strategy :
5050 matrix :
51- go : ["1.24 ", "1.23 "]
51+ go : ["1.25 ", "1.24 "]
5252
5353 steps :
5454 - uses : actions/checkout@v5
6868 runs-on : ubuntu-24.04
6969 strategy :
7070 matrix :
71- go : ["1.24 ", "1.23 "]
71+ go : ["1.25 ", "1.24 "]
7272
7373 steps :
7474 - uses : actions/checkout@v5
You can’t perform that action at this time.
0 commit comments