Adjusting cache-dependency-path

This commit is contained in:
2025-01-03 10:59:40 -05:00
parent a6dc545479
commit b9c590ba70
+4 -1
View File
@@ -50,7 +50,10 @@ jobs:
go-version: 'stable'
check-latest: true
cache: true
cache-dependency-path: "**/go.sum"
cache-dependency-path: |
**/go.sum
**/go.mod
token: ${{ secrets.BOT_GITEA_TOKEN }}
- name: Setup jq
uses: dcarbone/install-jq-action@v3.0.1