summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorYuki Okushi <jtitor@2k36.org>2022-05-12 23:00:05 +0900
committerYuki Okushi <jtitor@2k36.org>2022-05-12 23:00:05 +0900
commitcdbf1b8f58bc896494b040a665ec0d6b8a6c1a7b (patch)
treeb1083caeff660a098a4035e1a7f0c91d60a4a01c /go.mod
parente2adca278a4d8aff0b8199fc5ff700122e4eaa9a (diff)
Update Go version to 1.18
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index e611b138..be491393 100644
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,6 @@
module k8s.io/community
-go 1.15
+go 1.18
require (
github.com/client9/misspell v0.3.4