diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index e6593d1c..3ef0f88d 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -14,7 +14,7 @@ jobs: - name: Setup Go environment uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0 with: - go-version: 'go.mod' + go-version-file: 'go.mod' - name: Check go mod status run: |