Skip to content

Commit 9aa9f73

Browse files
authored
update min go version in README (#588)
1 parent 107eb14 commit 9aa9f73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[Smithy](https://smithy.io/) code generators for Go and the accompanying smithy-go runtime.
66

7-
The smithy-go runtime requires a minimum version of Go 1.20.
7+
The smithy-go runtime requires a minimum version of Go 1.22.
88

99
**WARNING: All interfaces are subject to change.**
1010

@@ -77,7 +77,7 @@ example created from `smithy init`:
7777
"service": "example.weather#Weather",
7878
"module": "github.com/example/weather",
7979
"generateGoMod": true,
80-
"goDirective": "1.20"
80+
"goDirective": "1.22"
8181
}
8282
}
8383
}

0 commit comments

Comments
 (0)