Skip to content

Commit 6b7aa68

Browse files
committed
test with go1.24
1 parent 06f3133 commit 6b7aa68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
matrix:
99
os: [ubuntu-latest]
10-
go: ["1.23.x", "1.22.x", "1.21.x", "1.20.x", "1.19.x", "1.18.x"]
10+
go: ["1.24.x", "1.23.x", "1.22.x", "1.21.x", "1.20.x", "1.19.x", "1.18.x"]
1111

1212
steps:
1313
- name: Setup Go ${{ matrix.go }}

0 commit comments

Comments
 (0)