Skip to content

Instantly share code, notes, and snippets.

@timheuer
Created June 18, 2024 21:05
Show Gist options
  • Save timheuer/318f26879e9de12020c0de30753f8b74 to your computer and use it in GitHub Desktop.
Save timheuer/318f26879e9de12020c0de30753f8b74 to your computer and use it in GitHub Desktop.
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='devteam@adguard.com' 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