diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index fc70be83..ffb2cf9d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -30,7 +30,7 @@ jobs: security set-key-partition-list -S apple-tool:,apple:,codesign: -s -k password build.keychain - uses: actions/setup-go@v5 with: - go-version: '1.22' + go-version-file: go.mod cache: true - name: Build Darwin env: @@ -86,7 +86,7 @@ jobs: write-host "plugin installed" - uses: actions/setup-go@v5 with: - go-version: '1.22' + go-version-file: go.mod cache: true - run: go get ./... - run: | @@ -139,7 +139,7 @@ jobs: write-host "plugin installed" - uses: actions/setup-go@v5 with: - go-version: '1.22' + go-version-file: go.mod cache: true - name: 'Install ROCm' run: | @@ -214,7 +214,7 @@ jobs: write-host "plugin installed" - uses: actions/setup-go@v5 with: - go-version: '1.22' + go-version-file: go.mod cache: true - name: 'Install CUDA' run: | @@ -300,7 +300,7 @@ jobs: write-host "plugin installed" - uses: actions/setup-go@v5 with: - go-version: '1.22' + go-version-file: go.mod cache: true - run: go get - uses: actions/download-artifact@v4 diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index f0e4bd23..e4242997 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -51,7 +51,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-go@v5 with: - go-version: '1.22' + go-version-file: go.mod cache: true - run: go get ./... - run: | @@ -93,7 +93,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-go@v4 with: - go-version: '1.22' + go-version-file: go.mod cache: true - run: go get ./... - run: | @@ -124,7 +124,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-go@v4 with: - go-version: '1.22' + go-version-file: go.mod cache: true - run: go get ./... - run: | @@ -146,7 +146,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-go@v5 with: - go-version: '1.22' + go-version-file: go.mod cache: true - name: 'Install ROCm' run: | @@ -183,7 +183,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-go@v5 with: - go-version: '1.22' + go-version-file: go.mod cache: true - name: 'Install CUDA' run: | @@ -238,7 +238,7 @@ jobs: submodules: recursive - uses: actions/setup-go@v5 with: - go-version: '1.22' + go-version-file: go.mod cache: false - run: | case ${{ matrix.arch }} in @@ -283,7 +283,7 @@ jobs: submodules: recursive - uses: actions/setup-go@v5 with: - go-version: '1.22' + go-version-file: go.mod cache: true - run: go get - run: |