all repos — gomponents @ 3334d6c7d049cec57ad36f9d5cb0d491faf54a5d

HTML components in pure Go

Add Go 1.19 to test matrix (#107)

Markus Wüstenberg markus@maragu.dk
Wed, 21 Sep 2022 10:42:07 +0200
commit

3334d6c7d049cec57ad36f9d5cb0d491faf54a5d

parent

3e992ed66c3800ce9c6e14bafd44291450a9aabf

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