Skip to content

Commit 9132adf

Browse files
authored
Test go 1.24 and 1.25 (#49)
These are the two under maintenance go versions, we should test with those as well.
1 parent 814d03a commit 9132adf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/macos-latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
strategy:
1010
matrix:
11-
go-version: [1.23]
11+
go-version: [1.24, 1.25]
1212
runs-on: macos-latest
1313
steps:
1414
- name: Install Go

.github/workflows/ubuntu-latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
strategy:
1010
matrix:
11-
go-version: [1.23]
11+
go-version: [1.24, 1.25]
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Install Go

.github/workflows/windows-latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
strategy:
1010
matrix:
11-
go-version: [1.23]
11+
go-version: [1.24, 1.25]
1212
runs-on: windows-latest
1313
steps:
1414
- name: Install Go

0 commit comments

Comments
 (0)