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

change: fix build with go 1.20 #1216

Merged
merged 1 commit into from
Feb 14, 2023
Merged

change: fix build with go 1.20 #1216

merged 1 commit into from
Feb 14, 2023

Conversation

paper42
Copy link
Contributor

@paper42 paper42 commented Feb 9, 2023

What

Fixes build with go 1.20

Closes #1207

Why

go4.org/unsafe/assume-no-moving-gc has to be updated to a version that explicitly defines go 1.20 as safe for this program to build with go 1.20

Implications

no changes, the dependency update only marks go 1.20 as supported which fixes the build with go 1.20

this PR is the result of running these commands in the project root and the docgen directory

go get go4.org/unsafe/[email protected]
go mod tidy
go mod vendor

@paper42 paper42 changed the title Support go 1.20 change: fix build with go 1.20 Feb 9, 2023
go4.org/unsafe/assume-no-moving-gc has to be updated to a version that
explicitly defines go 1.20 as safe for this program to build with go 1.20
Copy link
Member

@iwilltry42 iwilltry42 left a comment

Choose a reason for hiding this comment

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

LGTM

@iwilltry42
Copy link
Member

Nice, thank you @paper42 !

@iwilltry42 iwilltry42 merged commit cc10d6a into k3d-io:main Feb 14, 2023
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.

5.4.6 release failed to build with go1.20
2 participants