diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 29fd96c..514c3f7 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -20,4 +20,4 @@ jobs: run: go build -v ./... - name: Test - uses: robherley/go-test-action@v0 \ No newline at end of file + uses: robherley/go-test-action@v1 \ No newline at end of file