Skip to content

Commit

Permalink
ci: add Go-1.19
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastien Binet <binet@cern.ch>
  • Loading branch information
sbinet committed Aug 9, 2022
1 parent c6ebf25 commit 535619c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -21,7 +21,7 @@ jobs:
name: Build
strategy:
matrix:
go-version: [1.18.x]
go-version: [1.19.x, 1.18.x]
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
Expand Down

0 comments on commit 535619c

Please sign in to comment.