Skip to content
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

Fix For go get Deprecation #713

Merged
merged 1 commit into from
Aug 10, 2022

Conversation

tmvanetten
Copy link
Contributor

Summary

Docker fails to build due to go get deprecation. This change addresses the deprecation and allows for a successful build by replacing go get with go install somePackage/package@version.

Testing

Successfully built the docker image on amd64 Ubuntu and arm64 M1 Mac.

go get has been deprecated in favor of go install.
Copy link
Owner

@mingrammer mingrammer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM :)

@mingrammer mingrammer merged commit e8eb3d8 into mingrammer:master Aug 10, 2022
ngruelaneo pushed a commit to aneoconsulting/diagrams that referenced this pull request Nov 25, 2022
go get has been deprecated in favor of go install.
ajmaradiaga pushed a commit to ajmaradiaga/diagrams that referenced this pull request Nov 8, 2023
go get has been deprecated in favor of go install.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants