cd.yaml: do not SET GOCACHE since setup-go handles it
All checks were successful
Build && Deploy / go build (push) Successful in 19s

This commit is contained in:
Akulij 2025-05-05 19:59:51 +03:00
parent 14c1336b54
commit f38ffda7b0

View File

@ -20,9 +20,7 @@ jobs:
~/.cache/go-build
key: linux-project-dependencies
- run: go env -w CGO_ENABLED=1
- env:
GOCACHE: ~/.cache/go-build
run: go build -o app ./cmd/app
- run: go build -o app ./cmd/app
- name: Save cached build dependencies
id: cache-project-dependencies-restore