-
Notifications
You must be signed in to change notification settings - Fork 84
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
Update go-version #436
Update go-version #436
Conversation
💚 Build Succeeded
Expand to view the summary
Build stats
Test stats 🧪
Trends 🧪 |
/test |
Looks like the go.mod is incomplete? |
I'm not really sure what's going on, I can recreate the issue locally but the steps that go says to take to resolve the issue ( |
The recent problem was introduced with introducing |
Update go version specify go mod download all as behaviour has changed. (cherry picked from commit b382776) # Conflicts: # Makefile # README.md
* Update go-version (#436) Update go version specify go mod download all as behaviour has changed. (cherry picked from commit b382776) # Conflicts: # Makefile # README.md * Fix merge conflicts Co-authored-by: Michel Laterman <[email protected]> Co-authored-by: michel-laterman <[email protected]>
What does this PR do?
Update go version to 1.16.5