]> git.maquefel.me Git - brevno-suite/hugo/commit
Upgrade to to Go 1.26.1 (#14597) (note)
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Wed, 11 Mar 2026 11:36:13 +0000 (12:36 +0100)
committerGitHub <noreply@github.com>
Wed, 11 Mar 2026 11:36:13 +0000 (12:36 +0100)
commit1f578f160cbed384db0f8dbe708e990fc2235da9
tree20a8fe53aad2d095af09624f572be5dda0daeda4
parent842d8f105256c5656e7895ee61fa5b2dfe90a9e3
Upgrade to to Go 1.26.1 (#14597) (note)

This fixes a security issue: https://www.cve.org/CVERecord?id=CVE-2026-27142

Closes #14595
29 files changed:
.circleci/config.yml
common/hreflect/helpers.go
scripts/fork_go_templates/main.go
tpl/internal/go_templates/htmltemplate/attr_string.go
tpl/internal/go_templates/htmltemplate/context.go
tpl/internal/go_templates/htmltemplate/doc.go
tpl/internal/go_templates/htmltemplate/element_string.go
tpl/internal/go_templates/htmltemplate/error.go
tpl/internal/go_templates/htmltemplate/escape.go
tpl/internal/go_templates/htmltemplate/escape_test.go
tpl/internal/go_templates/htmltemplate/exec_test.go
tpl/internal/go_templates/htmltemplate/state_string.go
tpl/internal/go_templates/htmltemplate/template.go
tpl/internal/go_templates/htmltemplate/template_test.go
tpl/internal/go_templates/htmltemplate/transition.go
tpl/internal/go_templates/testenv/testenv.go
tpl/internal/go_templates/testenv/testenv_test.go
tpl/internal/go_templates/testenv/testenv_unix.go
tpl/internal/go_templates/texttemplate/doc.go
tpl/internal/go_templates/texttemplate/example_test.go
tpl/internal/go_templates/texttemplate/examplefunc_test.go
tpl/internal/go_templates/texttemplate/exec.go
tpl/internal/go_templates/texttemplate/exec_test.go
tpl/internal/go_templates/texttemplate/funcs.go
tpl/internal/go_templates/texttemplate/multi_test.go
tpl/internal/go_templates/texttemplate/parse/lex_test.go
tpl/internal/go_templates/texttemplate/parse/parse.go
tpl/internal/go_templates/texttemplate/parse/parse_test.go
tpl/internal/go_templates/texttemplate/template.go