Add Go 1.19 to test matrix (#107)
Markus Wüstenberg markus@maragu.dk
Wed, 21 Sep 2022 10:42:07 +0200
1 files changed, 5 insertions(+), 2 deletions(-)
jump to
M .github/workflows/ci.yml → .github/workflows/ci.yml
@@ -2,9 +2,11 @@ name: CI on: push: - branches: [ master ] + branches: + - master pull_request: - branches: [ master ] + branches: + - master concurrency: group: ${{ github.workflow }}-${{ github.ref_name }} @@ -21,6 +23,7 @@ go: - 1.16 - 1.17 - 1.18 + - 1.19 steps: - name: Checkout