Debugging CF subdomain step...........

This commit is contained in:
2025-01-01 14:40:30 -05:00
parent ffaa66a086
commit f1b11cca6d
+3 -2
View File
@@ -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'