diff options
author | Bjørn Erik Pedersen <[email protected]> | 2024-08-14 11:34:21 +0200 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2024-08-15 10:18:19 +0200 |
commit | 2168c5b125020a1841450730edc1b0ed2141d239 (patch) | |
tree | 7edfa01d9f1e0c921f08a468f9e5202e5569c529 /scripts | |
parent | b3ad58fa04fb2447d1a788d1fe61b2ed581a403e (diff) | |
download | hugo-2168c5b125020a1841450730edc1b0ed2141d239.tar.gz hugo-2168c5b125020a1841450730edc1b0ed2141d239.zip |
Upgrade to Go 1.23
Fixes #12763
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/fork_go_templates/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/fork_go_templates/main.go b/scripts/fork_go_templates/main.go index 476fe480b..c4dad3224 100644 --- a/scripts/fork_go_templates/main.go +++ b/scripts/fork_go_templates/main.go @@ -16,7 +16,7 @@ import ( ) func main() { - // The current is built with 8e1fdea8316d840fd07e9d6e026048e53290948b go1.22.5 + // The current is built with 6885bad7dd86880be6929c02085e5c7a67ff2887 go1.23.0 // TODO(bep) preserve the staticcheck.conf file. fmt.Println("Forking ...") defer fmt.Println("Done ...") |