about summary refs log tree commit diff stats
path: root/.github
diff options
context:
space:
mode:
authorMarkus Wüstenberg2023-05-04 09:48:27 +0200
committerMarkus Wüstenberg2023-05-04 09:48:27 +0200
commitf26f56cc56fef8d90433917f3628acc946e2d44e (patch)
treeae0e3b61cf5508b614b2e1cbf2746e21d4fe6eb6 /.github
parentb1f7754ccd772991392f102974d7b47eb8dc0f35 (diff)
downloadgomponents-f26f56cc56fef8d90433917f3628acc946e2d44e.tar.lz
gomponents-f26f56cc56fef8d90433917f3628acc946e2d44e.tar.zst
gomponents-f26f56cc56fef8d90433917f3628acc946e2d44e.zip
Make version numbers strings in yaml
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 3036917..17d8878 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -20,11 +20,11 @@ jobs:
     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