From f1b11cca6d8cfdee4547ff2a4754f05ecf1caa63 Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Wed, 1 Jan 2025 14:40:30 -0500 Subject: [PATCH] Debugging CF subdomain step........... --- .gitea/workflows/deployment.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/deployment.yml b/.gitea/workflows/deployment.yml index a0c38bf1..6ef27036 100644 --- a/.gitea/workflows/deployment.yml +++ b/.gitea/workflows/deployment.yml @@ -47,14 +47,15 @@ jobs: $HOME/.cache/go-build $HOME/.config/go/env $HOME/go/pkg/mod/cache/ - key: ${{ runner.os }}-go-${{ hashFiles('**/trim.txt') }} + key: ${{ runner.os }}-go-${{ steps.setup-go-faster.outputs.GOROOT }} restore-keys: | - ${{ runner.os }}-go-${{ hashFiles('**/trim.txt') }} + ${{ runner.os }}-go-${{ steps.setup-go-faster.outputs.GOROOT }} - name: Setup yq uses: dcarbone/install-yq-action@v1 - name: Setup Go + id: setup-go-faster uses: WillAbides/setup-go-faster@v1.14.0 with: go-version: 'stable'