File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 - name : Setup Go
3030 uses : actions/setup-go@v5
3131 with :
32- go-version : ' 1.24 .0'
32+ go-version : ' 1.25 .0'
3333
3434 - name : Validate version format
3535 run : |
Original file line number Diff line number Diff line change 1818 - uses : actions/checkout@v4
1919 - uses : actions/setup-go@v5
2020 with :
21- go-version : 1.24 .0
21+ go-version : 1.25 .0
2222 check-latest : true
2323 - uses : golangci/golangci-lint-action@v6
2424 env :
3636 - uses : actions/checkout@v4
3737 - uses : actions/setup-go@v5
3838 with :
39- go-version : 1.24 .0
39+ go-version : 1.25 .0
4040 check-latest : true
4141 - name : Run tests and calculate coverage
4242 run : go test -v -covermode=count -coverprofile=coverage.out
4747 - uses : actions/checkout@v4
4848 - uses : actions/setup-go@v5
4949 with :
50- go-version : 1.24 .0
50+ go-version : 1.25 .0
5151 check-latest : true
5252 - id : govulncheck
5353 uses : golang/govulncheck-action@v1
5454 with :
55- go-version-input : 1.24 .0
55+ go-version-input : 1.25 .0
You can’t perform that action at this time.
0 commit comments