diff options
author | Bjørn Erik Pedersen <[email protected]> | 2021-01-29 17:15:42 +0100 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2021-02-18 14:11:48 +0100 |
commit | ccb822eb5afad210432eb46ec3727e3536a87f58 (patch) | |
tree | af8976d5b89af36385f0e0ff590239b00dcb5afd /scripts | |
parent | 21e9eb18acc2a2f8d8b97f096615b836e65091a2 (diff) | |
download | hugo-ccb822eb5afad210432eb46ec3727e3536a87f58.tar.gz hugo-ccb822eb5afad210432eb46ec3727e3536a87f58.zip |
Pull in latest Go template source
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 4f8bb93d7..7aab23c35 100644 --- a/scripts/fork_go_templates/main.go +++ b/scripts/fork_go_templates/main.go @@ -18,7 +18,7 @@ import ( func main() { // TODO(bep) git checkout tag - // The current is built with Go version da54dfb6a1f3bef827b9ec3780c98fde77a97d11 / go1.16dev + // The current is built with Go version c8bd8010ff7c0115bf186443119216ba51f09d2b / go1.16dev fmt.Println("Forking ...") defer fmt.Println("Done ...") |