diff options
| author | Yuki Okushi <jtitor@2k36.org> | 2022-05-12 23:00:05 +0900 |
|---|---|---|
| committer | Yuki Okushi <jtitor@2k36.org> | 2022-05-12 23:00:05 +0900 |
| commit | cdbf1b8f58bc896494b040a665ec0d6b8a6c1a7b (patch) | |
| tree | b1083caeff660a098a4035e1a7f0c91d60a4a01c /go.mod | |
| parent | e2adca278a4d8aff0b8199fc5ff700122e4eaa9a (diff) | |
Update Go version to 1.18
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ module k8s.io/community -go 1.15 +go 1.18 require ( github.com/client9/misspell v0.3.4 |
