diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 48ae6c6..4aa38fd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,7 +11,7 @@ jobs: test: strategy: matrix: - go-version: [1.20.x] + go-version: ["1.20.x"] platform: [ubuntu-latest] runs-on: ${{ matrix.platform }} steps: