Skip to content

Commit 14cbb88

Browse files
committed
Test against go 1.24.x
1 parent b9a9b1c commit 14cbb88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
build:
1010
strategy:
1111
matrix:
12-
go-versions: [1.21.x, 1.22.x, 1.23.x]
12+
go-versions: [1.21.x, 1.22.x, 1.23.x, 1.24.x]
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)