diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index e10da4f..901b31f 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go-version: [1.20] + go-version: ['1.20'] steps: - uses: actions/checkout@v4