diff options
author | Markus Wüstenberg | 2023-05-04 09:48:27 +0200 |
---|---|---|
committer | Markus Wüstenberg | 2023-05-04 09:48:27 +0200 |
commit | f26f56cc56fef8d90433917f3628acc946e2d44e (patch) | |
tree | ae0e3b61cf5508b614b2e1cbf2746e21d4fe6eb6 /.github | |
parent | b1f7754ccd772991392f102974d7b47eb8dc0f35 (diff) | |
download | gomponents-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.yml | 10 |
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 |