Skip to content

Add -mod=mod flag to go install for build script #312

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

Merged
merged 3 commits into from
Feb 24, 2021

Conversation

danielleadams
Copy link
Member

@danielleadams danielleadams commented Feb 24, 2021

Fixes: #311

go install behavior changed from 1.15 -> 1.16: the command no longer updates go.sum by default when packages are installed, causing the "missing packages" error. (related: golang/go#44212)

@danielleadams danielleadams force-pushed the investigate-build-failure branch 2 times, most recently from c67d39d to 3ae538f Compare February 24, 2021 22:06
Danielle Adams added 2 commits February 24, 2021 17:08
@danielleadams danielleadams force-pushed the investigate-build-failure branch from 3ae538f to 14112dd Compare February 24, 2021 22:09
Signed-off-by: Danielle Adams <[email protected]>
@danielleadams danielleadams force-pushed the investigate-build-failure branch from 14112dd to d7cf519 Compare February 24, 2021 22:16
@danielleadams danielleadams marked this pull request as ready for review February 24, 2021 22:26
@danielleadams danielleadams requested a review from a team as a code owner February 24, 2021 22:26
@danielleadams danielleadams changed the title Investigating build failure Add -mod=mod flag to go install for Hugo Feb 24, 2021
@danielleadams danielleadams changed the title Add -mod=mod flag to go install for Hugo Add -mod=mod flag to go install for post-merge build time Feb 24, 2021
@danielleadams danielleadams changed the title Add -mod=mod flag to go install for post-merge build time Add -mod=mod flag to go install for build script Feb 24, 2021
@jromero jromero merged commit be89d28 into main Feb 24, 2021
@jromero jromero deleted the investigate-build-failure branch February 24, 2021 22:30
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.

Docs don't build on linux with go1.16
2 participants