From ac7034bd67cce3e60d9bed1a48c32145844a751f Mon Sep 17 00:00:00 2001 From: luyang69 Date: Tue, 27 Jul 2021 03:34:04 +0000 Subject: [PATCH] golang: update to 1.15 release CVE: Reference:https://github.com/golang/go/commit/c77418f4cac41c42566ca90921a1f928995cfba2 Type:bugfix reason:update to 1.15 release Match-Id: I856731c68c3050c4e2f7bbbb413beca718413baa --- main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/main.go b/main.go index e643389..27e790d 100644 --- a/main.go +++ b/main.go @@ -2,4 +2,5 @@ package main func main() { fmt.Println("hi") + fmt.Println("world") } -- Gitee