diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7283832..5a3cbe3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -34,7 +34,7 @@ jobs: - uses: actions/setup-go@v4 with: go-version-file: e2e/go.mod - cache: true + cache-dependency-path: e2e/go.sum - name: Clean up previous files run: | sudo rm -rf ~/.lima diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 17c2cab..2ae25e9 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -21,15 +21,16 @@ jobs: runs-on: [self-hosted, macos, arm64, 11, release] timeout-minutes: 60 steps: - - uses: actions/setup-go@v4 - with: - go-version: 1.19.x - uses: actions/checkout@v3 with: fetch-depth: 1 submodules: recursive persist-credentials: false + - uses: actions/setup-go@v4 + with: + go-version: 1.20.x + - name: Install dependencies # QEMU: required by Lima itself # bash: required by test-example.sh (OS version of bash is too old) @@ -78,15 +79,16 @@ jobs: runs-on: [self-hosted, macos, amd64, 11, release] timeout-minutes: 60 steps: - - uses: actions/setup-go@v4 - with: - go-version: 1.19.x - uses: actions/checkout@v3 with: fetch-depth: 1 submodules: recursive persist-credentials: false + - uses: actions/setup-go@v4 + with: + go-version: 1.20.x + - name: Install dependencies # QEMU: required by Lima itself # bash: required by test-example.sh (OS version of bash is too old) @@ -126,15 +128,16 @@ jobs: runs-on: [self-hosted, macos, arm64, 13, release] timeout-minutes: 60 steps: - - uses: actions/setup-go@v4 - with: - go-version: 1.19.x - uses: actions/checkout@v3 with: fetch-depth: 1 submodules: recursive persist-credentials: false + - uses: actions/setup-go@v4 + with: + go-version: 1.20.x + - name: Create Ventura limactl tarball working-directory: src/lima run: | @@ -152,15 +155,16 @@ jobs: runs-on: [self-hosted, macos, amd64, 13, release] timeout-minutes: 60 steps: - - uses: actions/setup-go@v4 - with: - go-version: 1.19.x - uses: actions/checkout@v3 with: fetch-depth: 1 submodules: recursive persist-credentials: false + - uses: actions/setup-go@v4 + with: + go-version: 1.20.x + - name: Create Ventura limactl tarball working-directory: src/lima run: |