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: Make generated code compile with go 1.22 #139

Merged
merged 1 commit into from
Aug 22, 2024

Conversation

michalbil
Copy link
Contributor

Description

Update assets go.mod files to fix generated code build.

Motivation and Context

Currently the generated code cannot be built, following error is returned for both pango and provider:

$ go build
go: downloading go1.22 (linux/amd64)
go: download go1.22 for linux/amd64: toolchain not available

How Has This Been Tested?

Build/install generated code.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)

Checklist

  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes if appropriate.
  • All new and existing tests passed.

@michalbil michalbil merged commit f6fdfe0 into main Aug 22, 2024
4 checks passed
@michalbil michalbil deleted the fix-generated-code-build branch August 22, 2024 09:36
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