upgrade go sdk to v1.16

This commit is contained in:
xiaoyaofenfen 2021-08-23 20:10:13 +08:00
parent c822b73d16
commit f926537084
2 changed files with 3 additions and 1 deletions

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/tickstep/cloudpan189-go
go 1.12
go 1.16
require (
github.com/GeertJohan/go.incremental v1.0.0

View File

@ -14,9 +14,11 @@ set version=%1
REM ============= build action ================
call :build_task %name%-%version%-windows-x86 windows 386
call :build_task %name%-%version%-windows-x64 windows amd64
call :build_task %name%-%version%-windows-arm windows arm
call :build_task %name%-%version%-linux-386 linux 386
call :build_task %name%-%version%-linux-amd64 linux amd64
call :build_task %name%-%version%-darwin-macos-amd64 darwin amd64
call :build_task %name%-%version%-darwin-macos-arm64 darwin arm64
goto:EOF