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 defaults when generating a client via smithy CLI #558

Merged
merged 2 commits into from
Dec 18, 2024

Conversation

Madrigal
Copy link
Contributor

We have very old defaults currently. Update this to use our latest Go version (1.21) and add a module file, since

The go directive sets the minimum version of Go required to use this module. Before Go 1.21, the directive was advisory only; now it is a mandatory requirement: Go toolchains refuse to use modules declaring newer Go versions.

ref

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@Madrigal Madrigal requested review from a team as code owners December 18, 2024 17:58
@Madrigal Madrigal merged commit 95ba318 into main Dec 18, 2024
11 checks passed
@Madrigal Madrigal deleted the fix-change-defaults branch December 18, 2024 18:35
Madrigal added a commit that referenced this pull request Dec 26, 2024
This reverts commit 95ba318.

This feature may interact in unexpected ways with existing SDK codegen, so while we figure it out we'll roll back these changes. They will be re-applied later
Madrigal added a commit that referenced this pull request Dec 26, 2024
…" (#559)

This reverts commit 95ba318.

This feature may interact in unexpected ways with existing SDK codegen, so while we figure it out we'll roll back these changes. They will be re-applied later
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