diff options
author | Bjørn Erik Pedersen <[email protected]> | 2021-02-17 11:57:23 +0100 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2021-02-18 14:11:48 +0100 |
commit | e77b2e3aa0b24c5ca960905772335b27845705eb (patch) | |
tree | e2da3077d5a226dc09628a01abd03dc55367f767 /scripts | |
parent | b5485aeae7e1f73f18835fbf0b8eedc305d450d0 (diff) | |
download | hugo-e77b2e3aa0b24c5ca960905772335b27845705eb.tar.gz hugo-e77b2e3aa0b24c5ca960905772335b27845705eb.zip |
Pull in latest Go 1.16 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 0b76020d0..f550efbbb 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 c8bd8010ff7c0115bf186443119216ba51f09d2b / go1.16dev + // The current is built with Go version 2f0da6d9e29d9b9d5a4d10427ca9f71d12bbacc8 / go1.16 fmt.Println("Forking ...") defer fmt.Println("Done ...") |