diff options
author | Markus Wüstenberg | 2022-09-21 10:42:07 +0200 |
---|---|---|
committer | GitHub | 2022-09-21 10:42:07 +0200 |
commit | 3334d6c7d049cec57ad36f9d5cb0d491faf54a5d (patch) | |
tree | 4d538fb2780fd599b0c1eac82d75aa3c0a19a810 | |
parent | 3e992ed66c3800ce9c6e14bafd44291450a9aabf (diff) | |
download | gomponents-3334d6c7d049cec57ad36f9d5cb0d491faf54a5d.tar.lz gomponents-3334d6c7d049cec57ad36f9d5cb0d491faf54a5d.tar.zst gomponents-3334d6c7d049cec57ad36f9d5cb0d491faf54a5d.zip |
Add Go 1.19 to test matrix (#107)
-rw-r--r-- | .github/workflows/ci.yml | 7 |
1 files changed, 5 insertions, 2 deletions
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 |