Adjusting cache-dependency-path

This commit is contained in:
2025-01-03 10:55:42 -05:00
parent b7558eb842
commit a6dc545479
+1 -1
View File
@@ -50,7 +50,7 @@ jobs:
go-version: 'stable'
check-latest: true
cache: true
cache-dependency-path: '**/go.sum'
cache-dependency-path: "**/go.sum"
- name: Setup jq
uses: dcarbone/install-jq-action@v3.0.1