From 232dbdef90d38a40df3ea879c6a6a648c4900b69 Mon Sep 17 00:00:00 2001 From: Dwi Siswanto Date: Tue, 1 Apr 2025 15:04:37 +0700 Subject: [PATCH] ci(compat-checks): define go version file Signed-off-by: Dwi Siswanto --- .../{compatibility-checks.yaml => compat-checks.yaml} | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) rename .github/workflows/{compatibility-checks.yaml => compat-checks.yaml} (69%) 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'