Skip to content

Commit d9fd195

Browse files
committed
Need running on Go 1.25.1
1 parent 7e09b7f commit d9fd195

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/go.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Set up Go
2525
uses: actions/setup-go@v4
2626
with:
27-
go-version: 1.23.6
27+
go-version: 1.25.1
2828

2929
- name: Lint Go Code
3030
run: |
@@ -45,7 +45,7 @@ jobs:
4545
- name: Set up Go
4646
uses: actions/setup-go@v4
4747
with:
48-
go-version: 1.23.6
48+
go-version: 1.25.1
4949

5050
- name: Run Unit tests
5151
run: make test
@@ -73,7 +73,7 @@ jobs:
7373
- name: Set up Go
7474
uses: actions/setup-go@v4
7575
with:
76-
go-version: 1.23.6
76+
go-version: 1.25.1
7777

7878
- name: Build
7979
run: make build && make build-sponge

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up Go
1919
uses: actions/setup-go@v4
2020
with:
21-
go-version: 1.23.6
21+
go-version: 1.25.1
2222

2323
- name: Create release on GitHub
2424
uses: goreleaser/goreleaser-action@v3

0 commit comments

Comments
 (0)