]> git.maquefel.me Git - brevno-suite/hugo/commit
Upgrade to Go 1.23
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Wed, 14 Aug 2024 09:34:21 +0000 (11:34 +0200)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Thu, 15 Aug 2024 08:18:19 +0000 (10:18 +0200)
commit2168c5b125020a1841450730edc1b0ed2141d239
tree7edfa01d9f1e0c921f08a468f9e5202e5569c529
parentb3ad58fa04fb2447d1a788d1fe61b2ed581a403e
Upgrade to Go 1.23

Fixes #12763
34 files changed:
.circleci/config.yml
.github/workflows/test.yml
go.mod
hugofs/fs.go
modules/client.go
scripts/fork_go_templates/main.go
testscripts/commands/mod.txt
testscripts/commands/mod_npm.txt
testscripts/commands/mod_npm_withexisting.txt
tpl/internal/go_templates/cfg/cfg.go
tpl/internal/go_templates/fmtsort/sort.go
tpl/internal/go_templates/fmtsort/sort_test.go
tpl/internal/go_templates/htmltemplate/content.go
tpl/internal/go_templates/htmltemplate/doc.go
tpl/internal/go_templates/htmltemplate/examplefiles_test.go
tpl/internal/go_templates/htmltemplate/exec_test.go
tpl/internal/go_templates/htmltemplate/js.go
tpl/internal/go_templates/htmltemplate/template.go
tpl/internal/go_templates/htmltemplate/transition.go
tpl/internal/go_templates/testenv/testenv.go
tpl/internal/go_templates/texttemplate/doc.go
tpl/internal/go_templates/texttemplate/example_test.go
tpl/internal/go_templates/texttemplate/examplefiles_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/helper.go
tpl/internal/go_templates/texttemplate/hugo_template.go
tpl/internal/go_templates/texttemplate/link_test.go
tpl/internal/go_templates/texttemplate/parse/node.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
tpl/tplimpl/tplimpl_integration_test.go