mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-01-06 13:36:54 +00:00
Add Go vanity import paths.
Signed-off-by: Matt Moyer <moyerm@vmware.com>
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
set -euo pipefail
|
||||
ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")/../.." && pwd)"
|
||||
KUBE_VERSIONS=("$@")
|
||||
BASE_PKG="github.com/vmware-tanzu/pinniped"
|
||||
BASE_PKG="go.pinniped.dev"
|
||||
export GO111MODULE="on"
|
||||
|
||||
# If we're not running in a container, assume that we want to loop over and run each build
|
||||
|
||||
Reference in New Issue
Block a user