`caddy`: Cache Golang dependencies

This commit is contained in:
Yaksh Bariya 2021-07-05 18:35:05 +05:30
parent aab1187d93
commit 237824baa4
No known key found for this signature in database
GPG Key ID: F7486BA7D3D27581
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ termux_step_make() {
cd $GOPATH/src/github.com/caddyserver/caddy/cmd/caddy
export GO111MODULE=on
termux_go_get -d -v
go build -v .
}