-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Switch to using go modules #2451
Labels
Comments
@nkubala are you working on it or can I take the action? |
@dgageot I haven't started on it yet, if you wanna take it on go for it |
@nkubala I tried a bit and failed! I've unassigned myself. |
Any work around for using Skaffold in Go Module project till you natively support it? How can we ignore some files(go.mod and go.sum) to be watched by Skaffold? |
Closed
closed with #2541 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Go modules are nicer than
dep
for handling dependency management. We should switch skaffold over to use them.The text was updated successfully, but these errors were encountered: