File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232 - name : Setup Go
3333 uses : actions/setup-go@v5
3434 with :
35- go-version : ' 1.24 .x'
35+ go-version : ' 1.25 .x'
3636 - name : Install dependencies
3737 run : go mod download
3838 - name : Test with the Go CLI
5757 - name : Setup Go
5858 uses : actions/setup-go@v5
5959 with :
60- go-version : ' 1.24 .x'
60+ go-version : ' 1.25 .x'
6161 - name : Install dependencies
6262 run : go mod download
6363 - name : Build & Publish release release
Original file line number Diff line number Diff line change 3434 - name : Setup Go
3535 uses : actions/setup-go@v5
3636 with :
37- go-version : ' 1.24 .x'
37+ go-version : ' 1.25 .x'
3838 - name : Install dependencies
3939 run : go mod download
4040 - name : Test with the Go CLI
4747 - name : Setup Go
4848 uses : actions/setup-go@v4
4949 with :
50- go-version : ' 1.24 .x'
50+ go-version : ' 1.25 .x'
5151 - name : Install dependencies
5252 run : go mod download
5353 - name : Build project against .goreleaser.yaml
You can’t perform that action at this time.
0 commit comments