We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 107eb14 commit 9aa9f73Copy full SHA for 9aa9f73
README.md
@@ -4,7 +4,7 @@
4
5
[Smithy](https://smithy.io/) code generators for Go and the accompanying smithy-go runtime.
6
7
-The smithy-go runtime requires a minimum version of Go 1.20.
+The smithy-go runtime requires a minimum version of Go 1.22.
8
9
**WARNING: All interfaces are subject to change.**
10
@@ -77,7 +77,7 @@ example created from `smithy init`:
77
"service": "example.weather#Weather",
78
"module": "github.com/example/weather",
79
"generateGoMod": true,
80
- "goDirective": "1.20"
+ "goDirective": "1.22"
81
}
82
83
0 commit comments