diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index d75732b5..746c41a3 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -16,7 +16,7 @@ jobs: - name: Set up Go 1.x uses: actions/setup-go@v2 with: - go-version: 1.20 + go-version: '1.20' - name: Check out code into the Go module directory uses: actions/checkout@v2