disable caching in setup-go

This commit is contained in:
Guillaume Ballet 2024-06-04 18:02:47 +02:00 committed by GitHub
parent a16fb321f2
commit 41661a18bb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ jobs:
uses: actions/setup-go@v5
with:
go-version: 1.21.4
cache: false
- name: Cache Go modules
id: cache-go-mod