diff --git a/.github/workflows/pull.yml b/.github/workflows/pull.yml index a4c93246..5e5f2da8 100644 --- a/.github/workflows/pull.yml +++ b/.github/workflows/pull.yml @@ -37,7 +37,7 @@ jobs: # only-new-issues: true # Optional: if set to true then the action will use pre-installed Go. - # skip-go-installation: true + skip-go-installation: true # Optional: if set to true then the action don't cache or restore ~/go/pkg. # skip-pkg-cache: true diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 3b7f8ae5..24ce4662 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -26,6 +26,7 @@ jobs: with: version: latest args: --issues-exit-code=0 + skip-go-installation: true - name: Commit back continue-on-error: true run: |