diff --git a/.github/workflows/ci-run.yml b/.github/workflows/ci-run.yml index 0efee1d..c8bfbac 100644 --- a/.github/workflows/ci-run.yml +++ b/.github/workflows/ci-run.yml @@ -17,7 +17,7 @@ jobs: - name: install go uses: actions/setup-go@v5 with: - go-version: 1.21 + go-version: "1.21" - name: build and test run: go test -race -timeout=60s -covermode=atomic -coverprofile=$GITHUB_WORKSPACE/profile.cov ./...