Skip to content

Commit 7d867af

Browse files
committed
build: Test against Go 1.25.
This updates CI to test against Go 1.24 and Go 1.25 and removes the tests for Go 1.19 and Go 1.20 accordingly.
1 parent c325233 commit 7d867af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-latest
77
strategy:
88
matrix:
9-
go: ["1.19", "1.20"]
9+
go: ["1.24", "1.25"]
1010
steps:
1111
- name: Check out source
1212
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0

0 commit comments

Comments
 (0)