Skip to content

Commit

Permalink
ci: disable go cache on s390x
Browse files Browse the repository at this point in the history
  • Loading branch information
Zxilly committed Feb 16, 2025
1 parent 5e0591e commit ae12d62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/built-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
with:
go-version: '1.24.0'
cache: true
check-latest: true
check-latest: ${{ matrix.os != 'self-hosted' }}

- name: Setup Go global dependencies
run: |
Expand Down

0 comments on commit ae12d62

Please sign in to comment.