From 370c85916a66be144bdef68f0c34ca3f42103c6a Mon Sep 17 00:00:00 2001 From: pkujhd Date: Thu, 18 Feb 2021 15:00:54 +0800 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fb82d605..9e16ed53 100644 --- a/README.md +++ b/README.md @@ -59,8 +59,8 @@ go tool compile -I $GOPATH/pkg/`go env GOOS`_`go env GOARCH`/ -o test.o test1.go This has currently only been tested and developed on: -Golang 1.8-1.15 (x64/x86, darwin, linux, windows) +Golang 1.8-1.16 (x64/x86, darwin, linux, windows) -Golang 1.10-1.15 (arm, linux) +Golang 1.10-1.16 (arm, linux) -Golang 1.8-1.15 (arm64(LE) linux) +Golang 1.8-1.16 (arm64(LE) linux)