diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4dff894..cc40e3d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,7 +19,7 @@ jobs: - name: setup go uses: actions/setup-go@v5 with: - go-version: '$GOVERSION' + go-version: '$env.GOVERSION' - name: Run short tests run: go test -cover ./...