From c278a66f0e4a2d0fefbe2d6d5ce8245a0ee30b20 Mon Sep 17 00:00:00 2001 From: Cedric Verstraeten Date: Mon, 1 Jan 2024 23:18:55 +0100 Subject: [PATCH] make go versions as string, removes the 0 (weird issue though) --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index a2456ce..e5abb30 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -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 }}