make go versions as string, removes the 0 (weird issue though)

This commit is contained in:
Cedric Verstraeten
2024-01-01 23:18:55 +01:00
parent d64e6b631c
commit c278a66f0e

View File

@@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
go-version: [1.17, 1.18, 1.19, 1.20, 1.21]
go-version: ['1.17', '1.18', '1.19', '1.20', '1.21']
steps:
- name: Set up Go ${{ matrix.go-version }}