Skip to content

Commit 535619c

Browse files
committed
ci: add Go-1.19
Signed-off-by: Sebastien Binet <binet@cern.ch>
1 parent c6ebf25 commit 535619c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
name: Build
2222
strategy:
2323
matrix:
24-
go-version: [1.18.x]
24+
go-version: [1.19.x, 1.18.x]
2525
platform: [ubuntu-latest, macos-latest, windows-latest]
2626
runs-on: ${{ matrix.platform }}
2727
steps:

0 commit comments

Comments
 (0)