disable caching for Go setup action
Build / build (push) Successful in 20s

This commit is contained in:
Lukas Höppner
2026-05-19 17:23:51 +02:00
parent b286c85da2
commit 1503b68886
+1 -1
View File
@@ -19,7 +19,7 @@ jobs:
uses: actions/setup-go@v5
with:
go-version-file: go.mod
cache: true
cache: false
- name: Build
run: go build ./...