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'