File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ buildByDocker() {
2727}
2828
2929gover=latest
30- builds=(' linux 386' ' linux amd64' ' linux arm' ' linux arm64' ' windows 386' ' windows amd64' ' windows arm' ' darwin 386 ' ' darwin amd64' )
30+ builds=(' linux 386' ' linux amd64' ' linux arm' ' linux arm64' ' windows 386' ' windows amd64' ' windows arm' ' darwin amd64' )
3131builds=(" ${builds[@]} " ' freebsd 386' ' freebsd amd64' ' freebsd arm' ' freebsd arm64' )
3232builds=(" ${builds[@]} " ' openbsd 386' ' openbsd amd64' ' openbsd arm' ' openbsd arm64' )
3333builds=(" ${builds[@]} " ' netbsd 386' ' netbsd amd64' ' netbsd arm' ' netbsd arm64' )
Original file line number Diff line number Diff line change 1616- Go 1.11 supports OSX 10.10 Yosemite or later
1717- Go 1.12 is the last release supports OSX 10.10 Yosemite
1818- Go 1.13 supports OSX 10.11 El Capitan or later
19+ - Go 1.14 is the last release supports 32-bit binaries on OSX
1920- Go 1.14 is the last release supports OSX 10.11 El Capitan
2021- Go 1.15 supports OSX 10.12 Sierra or later
2122
Original file line number Diff line number Diff line change 1616- Go 1.11支持OSX 10.10 Yosemite及后续版本
1717- Go 1.12是最后支持OSX 10.10 Yosemite的版本
1818- Go 1.13支持OSX 10.11 El Capitan及后续版本
19+ - Go 1.14是最后支持OSX 32位二进制程序的版本
1920- Go 1.14是最后支持OSX 10.11 El Capitan的版本
2021- Go 1.15支持OSX 10.12 Sierra及后续版本
2122
You can’t perform that action at this time.
0 commit comments