diff --git a/.github/workflows/patch.yml b/.github/workflows/patch.yml index 6788798b..0d6f8fde 100644 --- a/.github/workflows/patch.yml +++ b/.github/workflows/patch.yml @@ -50,10 +50,10 @@ jobs: fetch-depth: 0 ref: ${{ inputs.branch }} - - name: Setup Go + - name: Set up Go uses: actions/setup-go@v6 with: - go-version: '1.24' + go-version-file: 'go.mod' - name: Get Dependencies run: |