diff --git a/.github/workflows/coverage.yaml b/.github/workflows/coverage.yaml index 113a6de4..901cbc2c 100644 --- a/.github/workflows/coverage.yaml +++ b/.github/workflows/coverage.yaml @@ -23,12 +23,12 @@ jobs: uses: actions/checkout@v2 - name: Set up Go - uses: actions/setup-go@v2 + uses: actions/setup-go@v5 with: - go-version: 1.21 + go-version-file: 'go.mod' - name: Install dependencies - run: go mod tidy + run: go mod download - name: Run tests run: go test -coverprofile=coverage.out ./...