From 914be162fdb7d3f8782db29cdf47b06c5fab394f Mon Sep 17 00:00:00 2001 From: Tiago Peczenyj Date: Tue, 10 May 2022 11:52:13 +0200 Subject: [PATCH] fix workflow go version format --- .github/workflows/test.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index c4ae50c2..c79d88af 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - goVer: [1.13 1.17 1.18] + goVer: ['1.13', '1.17', '1.18'] steps: - uses: actions/checkout@v2 - name: Setup go ${{ matrix.goVer }} @@ -32,7 +32,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - goVer: [1.13 1.17 1.18] + goVer: ['1.13', '1.17', '1.18'] steps: - uses: actions/checkout@v2 - name: Setup go ${{ matrix.goVer }} @@ -57,7 +57,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - goVer: [1.13 1.17 1.18] + goVer: ['1.13', '1.17', '1.18'] steps: - uses: actions/checkout@v2 - name: Setup go ${{ matrix.goVer }}