Skip to content

Commit ac94e56

Browse files
committed
ci: update to Go 1.25
1 parent f9233c1 commit ac94e56

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
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: |

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
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:
@@ -36,7 +36,7 @@ jobs:
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
@@ -47,9 +47,9 @@ jobs:
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

0 commit comments

Comments
 (0)