Skip to content

Commit 8375b41

Browse files
authored
feat(ci, release): update Go version to 1.25 in CI and release workflows (#25)
1 parent 849db23 commit 8375b41

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Set up Go
2626
uses: actions/setup-go@v6
2727
with:
28-
go-version: '1.24'
28+
go-version: '1.25'
2929
cache: true
3030

3131
- name: Download dependencies
@@ -56,7 +56,7 @@ jobs:
5656
- name: Set up Go
5757
uses: actions/setup-go@v6
5858
with:
59-
go-version: '1.24'
59+
go-version: '1.25'
6060
cache: true
6161

6262
- name: Run golangci-lint
@@ -79,7 +79,7 @@ jobs:
7979
- name: Set up Go
8080
uses: actions/setup-go@v6
8181
with:
82-
go-version: '1.24'
82+
go-version: '1.25'
8383
cache: true
8484

8585
- name: Build

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Set up Go
3030
uses: actions/setup-go@v6
3131
with:
32-
go-version: '1.24'
32+
go-version: '1.25'
3333
cache: true
3434

3535
- name: Get version

0 commit comments

Comments
 (0)