.github: disable cache in actions run (#29926)

pull/29979/head
Guillaume Ballet 3 months ago committed by GitHub
parent caa066dcb0
commit c732039a34
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      .github/workflows/go.yml

@ -16,6 +16,7 @@ jobs:
uses: actions/setup-go@v5
with:
go-version: 1.21.4
cache: false
- name: Run tests
run: go test -short ./...
env:

Loading…
Cancel
Save