all repos — gomponents @ b638b8b078ffedc76513aac30152ce36f2072814

HTML components in pure Go

Test with Go 1.20 in CI (#134)

Fixes #129.
Markus Wüstenberg markus@maragu.dk
Thu, 04 May 2023 09:49:50 +0200
commit

b638b8b078ffedc76513aac30152ce36f2072814

parent

8e4b1319d12e11fe62725fc30ea01b1f274f8c50

1 files changed, 5 insertions(+), 4 deletions(-)

jump to
M .github/workflows/ci.yml.github/workflows/ci.yml
@@ -20,10 +20,11 @@     strategy:
       matrix:
         go:
-          - 1.16
-          - 1.17
-          - 1.18
-          - 1.19
+          - "1.16"
+          - "1.17"
+          - "1.18"
+          - "1.19"
+          - "1.20"
 
     steps:
       - name: Checkout