Skip to content

Commit ebba98a

Browse files
authored
Upgrade Go to v1.25 (#195)
1 parent 6541e71 commit ebba98a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up Go
2121
uses: actions/setup-go@v5
2222
with:
23-
go-version: "1.24"
23+
go-version: "1.25"
2424

2525
- name: Run GoReleaser
2626
uses: goreleaser/goreleaser-action@v6

.github/workflows/testing.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-24.04
1616
strategy:
1717
matrix:
18-
go: ["1.24", "1.23"]
18+
go: ["1.25", "1.24"]
1919

2020
steps:
2121
- uses: actions/checkout@v5
@@ -32,7 +32,7 @@ jobs:
3232
runs-on: ubuntu-24.04
3333
strategy:
3434
matrix:
35-
go: ["1.24", "1.23"]
35+
go: ["1.25", "1.24"]
3636

3737
steps:
3838
- uses: actions/checkout@v5
@@ -48,7 +48,7 @@ jobs:
4848
runs-on: ubuntu-24.04
4949
strategy:
5050
matrix:
51-
go: ["1.24", "1.23"]
51+
go: ["1.25", "1.24"]
5252

5353
steps:
5454
- uses: actions/checkout@v5
@@ -68,7 +68,7 @@ jobs:
6868
runs-on: ubuntu-24.04
6969
strategy:
7070
matrix:
71-
go: ["1.24", "1.23"]
71+
go: ["1.25", "1.24"]
7272

7373
steps:
7474
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)