diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c07e605..7260a62 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,7 +16,7 @@ jobs: with: go-version-file: go.mod - name: Run go test - uses: robherley/go-test-action@v0.7.1 + uses: robherley/go-test-action@v1.0.0 with: testArguments: -race -cover -covermode=atomic -coverprofile=coverage.txt ./... - name: Build changelog