Skip to content

Commit 3cc9573

Browse files
authored
Merge pull request #73 from DATA-DOG/go1.23
Run tests against Go 1.23 & 1.24
2 parents 7087aa8 + d43c3fc commit 3cc9573

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
runs-on: ubuntu-latest
3636
strategy:
3737
matrix:
38-
go: ["1.21.x", "1.22.x"]
38+
go: ["1.21.x", "1.22.x", "1.23.x", "1.24.x"]
3939
steps:
4040
- uses: actions/checkout@v3
4141
- uses: actions/setup-go@v4

0 commit comments

Comments
 (0)