File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1515 uses : actions/checkout@v4
1616 - uses : actions/setup-go@v5
1717 with :
18- go-version : " 1.22.* "
18+ go-version : " 1.25 "
1919 - name : golangci-lint
2020 uses : golangci/golangci-lint-action@v6
2121 with :
@@ -28,10 +28,10 @@ jobs:
2828 uses : actions/checkout@v4
2929 - uses : actions/setup-go@v5
3030 with :
31- go-version : " 1.22.* "
31+ go-version : " 1.25 "
3232 - uses : zencargo/github-action-go-mod-tidy@v1
3333 with :
34- go-version : " 1.22 "
34+ go-version : " 1.25 "
3535
3636 test :
3737 runs-on : ubuntu-latest
4040 uses : actions/checkout@v4
4141 - uses : actions/setup-go@v5
4242 with :
43- go-version : " 1.22 "
43+ go-version : " 1.25 "
4444 - run : make test-report
4545 - name : Publish Unit Test Results
4646 uses : EnricoMi/publish-unit-test-result-action@v1
5555 uses : actions/checkout@v4
5656 - uses : actions/setup-go@v5
5757 with :
58- go-version : " 1.22 "
58+ go-version : " 1.25 "
5959 - run : make coveralls
6060 - uses : shogo82148/actions-goveralls@v1
6161 if : always()
You can’t perform that action at this time.
0 commit comments