Skip to content

Commit 40905d5

Browse files
committed
update go matrix to include go.12 as I don't know what customers are using
1 parent 52fe713 commit 40905d5

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
@@ -18,7 +18,7 @@ jobs:
1818
go-test:
1919
strategy:
2020
matrix:
21-
go-version: [1.24.x]
21+
go-version: [1.22.x, 1.24.x]
2222
platform: [ubuntu-latest, windows-latest]
2323
runs-on: ${{ matrix.platform }}
2424
steps:

0 commit comments

Comments
 (0)