Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

make build-windows-k8s fails after go mod changes #2266

Closed
mboersma opened this issue Nov 5, 2019 · 1 comment · Fixed by #3248
Closed

make build-windows-k8s fails after go mod changes #2266

mboersma opened this issue Nov 5, 2019 · 1 comment · Fixed by #3248
Labels
backlog bug Something isn't working

Comments

@mboersma
Copy link
Member

mboersma commented Nov 5, 2019

Describe the bug
scripts/build-windows-k8s.sh contains many references to $GOPATH which don't work any longer after switching to go modules.

Steps To Reproduce
Be careful in testing, becauuse if you have sufficient access this will create a zip file in our staging blob store that should be cleaned up.
It's usually run via a make target command like:

make build-windows-k8s K8S_VERSION=1.2.3 PATCH_VERSION=1

Expected behavior

AKS Engine version
master

Kubernetes version
N/A

Additional context
As an easy workaround for now, run the script from aks-engine located in $GOPATH.

@mboersma mboersma added the bug Something isn't working label Nov 5, 2019
@stale
Copy link

stale bot commented Jan 4, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
backlog bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants