diff options
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 b66c8a111..4f8bb93d7 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 b68fa57c599720d33a2d735782969ce95eabf794 / go1.15dev + // The current is built with Go version da54dfb6a1f3bef827b9ec3780c98fde77a97d11 / go1.16dev fmt.Println("Forking ...") defer fmt.Println("Done ...") |