This commit is contained in:
2025-01-03 11:24:58 -05:00
parent 0726cfc424
commit 2df0632583
+4 -1
View File
@@ -49,7 +49,10 @@ jobs:
with:
go-version: 'stable'
cache: true
token: ${{ secrets.BOT_GITEA_TOKEN }}
cache-dependency-path: |
**/go.sum
**/go.mod
**/flarectl
- name: Setup jq
uses: dcarbone/install-jq-action@v3.0.1