diff --git a/.github/workflows/compatibility-checks.yaml b/.github/workflows/compat-checks.yaml similarity index 69% rename from .github/workflows/compatibility-checks.yaml rename to .github/workflows/compat-checks.yaml index 329328641..0b28347be 100644 --- a/.github/workflows/compatibility-checks.yaml +++ b/.github/workflows/compat-checks.yaml @@ -14,5 +14,7 @@ jobs: contents: write steps: - uses: actions/checkout@v4 - - uses: projectdiscovery/actions/setup/go/compatibility-checks@master + - uses: projectdiscovery/actions/setup/go/compat-checks@master + with: + go-version-file: 'v2/go.mod'