From 3334d6c7d049cec57ad36f9d5cb0d491faf54a5d Mon Sep 17 00:00:00 2001 From: Markus Wüstenberg Date: Wed, 21 Sep 2022 10:42:07 +0200 Subject: Add Go 1.19 to test matrix (#107) --- .github/workflows/ci.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ab3ffe3..0aaf868 100644 --- a/.github/workflows/ci.yml +++ b/.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 @@ jobs: - 1.16 - 1.17 - 1.18 + - 1.19 steps: - name: Checkout -- cgit 1.4.1