File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 steps :
1414 - uses : actions/checkout@v5
1515 - name : Set up Go
16- uses : actions/setup-go@v5
16+ uses : actions/setup-go@v6
1717 with :
1818 go-version-file : go.mod
1919 - name : Build
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 - uses : actions/checkout@v5
14- - uses : actions/setup-go@v5
14+ - uses : actions/setup-go@v6
1515 with :
1616 go-version-file : go.mod
1717 - name : golangci-lint
Original file line number Diff line number Diff line change @@ -21,11 +21,11 @@ jobs:
2121 contents : read # for actions/checkout to fetch code
2222 strategy :
2323 matrix :
24- go-version : [1.x, 1. 25.x]
24+ go-version : [1.25.x]
2525 platform : [ubuntu-latest]
2626 include :
2727 # only update test coverage stats with the most recent go version on linux
28- - go-version : 1.x
28+ - go-version : 1.25. x
2929 platform : ubuntu-latest
3030 update-coverage : true
3131 runs-on : ${{ matrix.platform }}
3838
3939 - uses : actions/checkout@v5
4040
41- - uses : actions/setup-go@v5
41+ - uses : actions/setup-go@v6
4242 with :
4343 go-version : ${{ matrix.go-version }}
4444
You can’t perform that action at this time.
0 commit comments