1
0

Add Go 1.19 to test matrix (#107)

This commit is contained in:
Markus Wüstenberg 2022-09-21 10:42:07 +02:00 committed by GitHub
parent 3e992ed66c
commit 3334d6c7d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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