Skip to content

Commit 56f8b7d

Browse files
deiningfekete-robert
authored andcommitted
Update GO_VERSION to 1.19 and fix typo (google#1155)
1 parent 73359f3 commit 56f8b7d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

assets/json/offline-search-index.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{{- $.Scratch.Add "offline-search-index" slice -}}
22
{{- range where .Site.AllPages ".Params.exclude_search" "!=" true -}}
33
{{- /* We have to apply `htmlUnescape` again after `truncate` because `truncate` applies `html.EscapeString` if the argument is not HTML. */ -}}
4-
{{- /* Indvidual taxonomies can be added in the next line by add '"taxonomy-name" (.Params.taxonomy-name | default "")' to the dict (as seen for categories and tags). */ -}}
4+
{{- /* Individual taxonomies can be added in the next line by add '"taxonomy-name" (.Params.taxonomy-name | default "")' to the dict (as seen for categories and tags). */ -}}
55
{{- $.Scratch.Add
66
"offline-search-index"
77
(dict

netlify.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ publish = "userguide/public"
66
command = "npm run docs-install && npm run build:preview"
77

88
[build.environment]
9-
GO_VERSION = "1.18.4"
9+
GO_VERSION = "1.19"
1010
HUGO_THEME = "repo"
1111

1212
[context.production]

0 commit comments

Comments
 (0)