1
0

Make version numbers strings in yaml

This commit is contained in:
Markus Wüstenberg 2023-05-04 09:48:27 +02:00
parent b1f7754ccd
commit f26f56cc56

View File

@ -20,11 +20,11 @@ jobs:
strategy: strategy:
matrix: matrix:
go: go:
- 1.16 - "1.16"
- 1.17 - "1.17"
- 1.18 - "1.18"
- 1.19 - "1.19"
- 1.20 - "1.20"
steps: steps:
- name: Checkout - name: Checkout