Skip to content

Commit 76cf49c

Browse files
committed
updated ci
1 parent 6c95771 commit 76cf49c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
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
@@ -40,7 +40,7 @@ jobs:
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
@@ -55,7 +55,7 @@ jobs:
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()

0 commit comments

Comments
 (0)