all repos — gomponents @ f26f56cc56fef8d90433917f3628acc946e2d44e

HTML components in pure Go

Make version numbers strings in yaml
Markus Wüstenberg markus@maragu.dk
Thu, 04 May 2023 09:48:27 +0200
commit

f26f56cc56fef8d90433917f3628acc946e2d44e

parent

b1f7754ccd772991392f102974d7b47eb8dc0f35

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

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