ci: fix setup-go cache dependency path

This commit is contained in:
Alexandre Pereira 2025-07-05 02:12:32 +01:00
parent ea6bfef21a
commit 8ebb1add15

View file

@ -28,7 +28,7 @@ jobs:
with:
go-version: ">=1.24.0"
cache: true
cache-dependency-path: go.sum
cache-dependency-path: "**/*.sum"
- uses: oven-sh/setup-bun@v2
with: