cd.yaml: do not SET GOCACHE since setup-go handles it
All checks were successful
Build && Deploy / go build (push) Successful in 19s
All checks were successful
Build && Deploy / go build (push) Successful in 19s
This commit is contained in:
parent
14c1336b54
commit
f38ffda7b0
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user