Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Lednerb/bilberry-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Baiborodine <igor@kiroule.com>2022-05-28 21:38:19 +0300
committerIgor Baiborodine <igor@kiroule.com>2022-05-28 21:38:19 +0300
commit307a5c48f3e82a8a02085e0fc5cca862ed3a4df3 (patch)
tree5d39d0ea303c75caaf885302a7aeca0163cac522
parent3888dea658ceaf6b120c982cf729ce99958ab103 (diff)
Upgrade Go version for Go modules
-rw-r--r--exampleSite/go.mod2
-rw-r--r--go.mod2
2 files changed, 2 insertions, 2 deletions
diff --git a/exampleSite/go.mod b/exampleSite/go.mod
index e90a26d..69e659e 100644
--- a/exampleSite/go.mod
+++ b/exampleSite/go.mod
@@ -1,3 +1,3 @@
module github.com/Lednerb/bilberry-hugo-theme/exampleSite
-go 1.12
+go 1.18
diff --git a/go.mod b/go.mod
index b9a3071..1c1dc53 100644
--- a/go.mod
+++ b/go.mod
@@ -1,3 +1,3 @@
module github.com/Lednerb/bilberry-hugo-theme/v3
-go 1.12
+go 1.18