disable caching for go action

This commit is contained in:
Henry Hiles 2026-03-26 17:03:43 -04:00
commit 166295fdb5
No known key found for this signature in database

View file

@ -23,6 +23,8 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v6
with:
cache: false
- name: Build with Flutter
run: |