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

Bump Go to 1.16 #302

Merged
merged 2 commits into from
Mar 10, 2021
Merged

Bump Go to 1.16 #302

merged 2 commits into from
Mar 10, 2021

Conversation

ccarlfjord
Copy link
Contributor

What this PR does / why we need it:

go install now accepts arguments with version suffixes (for example, go install example.com/[email protected]). This causes go install to build and install packages in module-aware mode, ignoring the go.mod file in the current directory or any parent directory, if there is one. This is useful for installing executables without affecting the dependencies of the main module. source

@coveralls
Copy link

Coverage Status

Coverage remained the same at 19.481% when pulling c00f7f0 on ccarlfjord:go1.16 into 4e6e50f on jtblin:master.

@jtblin jtblin merged commit 0674908 into jtblin:master Mar 10, 2021
@ccarlfjord ccarlfjord deleted the go1.16 branch March 10, 2021 13:48
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.

3 participants