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

github.com/google/docsy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Deininger <andreas@deininger.net>2022-07-18 18:11:09 +0300
committerGitHub <noreply@github.com>2022-07-18 18:11:09 +0300
commit2bfdac43ca13cb6605f1103581f77ba6e08a6c72 (patch)
treed68676b9f503a99f985a3c827eae9aeb8ca050ec /netlify.toml
parent6c8a3afebde99306b61ff6cf9dca47aad04a1074 (diff)
User guide, installation: fix markup of tabbed pane (#1107)
Diffstat (limited to 'netlify.toml')
-rw-r--r--netlify.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/netlify.toml b/netlify.toml
index c8efe54..b96121d 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -6,7 +6,7 @@ publish = "userguide/public"
command = "npm run docs-install && npm run build:preview"
[build.environment]
-GO_VERSION = "1.18.3"
+GO_VERSION = "1.18.4"
HUGO_THEME = "repo"
[context.production]