Created
June 18, 2024 21:05
-
-
Save timheuer/318f26879e9de12020c0de30753f8b74 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
env CHANNEL='development' COMMIT='$( git rev-parse --short HEAD )' DIST_DIR='dist' GO="${GO:-go}" GOAMD64="v1" GOPROXY='https://goproxy.cn|https://proxy.golang.org|direct' GOSUMDB='sum.golang.google.cn' GOTOOLCHAIN='go1.22.4' GPG_KEY='[email protected]' GPG_KEY_PASSPHRASE='not-a-real-password' PATH="${PWD}/bin:$( "${GO:-go}" env GOPATH )/bin:${PATH}" RACE='0' SIGN='1' NEXTAPI='0' VERBOSE="${VERBOSE:-0}" VERSION='v0.0.0' "/bin/sh" ./scripts/make/go-deps.sh | |
: not foundake/go-deps.sh: 2: | |
: not foundake/go-deps.sh: 7: | |
: bad variable nameeps.sh: 9: readonly: verbose | |
make: *** [Makefile:106: go-deps] Error 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment