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() {
27
27
}
28
28
29
29
gover=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' )
31
31
builds=(" ${builds[@]} " ' freebsd 386' ' freebsd amd64' ' freebsd arm' ' freebsd arm64' )
32
32
builds=(" ${builds[@]} " ' openbsd 386' ' openbsd amd64' ' openbsd arm' ' openbsd arm64' )
33
33
builds=(" ${builds[@]} " ' netbsd 386' ' netbsd amd64' ' netbsd arm' ' netbsd arm64' )
Original file line number Diff line number Diff line change 16
16
- Go 1.11 supports OSX 10.10 Yosemite or later
17
17
- Go 1.12 is the last release supports OSX 10.10 Yosemite
18
18
- 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
19
20
- Go 1.14 is the last release supports OSX 10.11 El Capitan
20
21
- Go 1.15 supports OSX 10.12 Sierra or later
21
22
Original file line number Diff line number Diff line change 16
16
- Go 1.11支持OSX 10.10 Yosemite及后续版本
17
17
- Go 1.12是最后支持OSX 10.10 Yosemite的版本
18
18
- Go 1.13支持OSX 10.11 El Capitan及后续版本
19
+ - Go 1.14是最后支持OSX 32位二进制程序的版本
19
20
- Go 1.14是最后支持OSX 10.11 El Capitan的版本
20
21
- Go 1.15支持OSX 10.12 Sierra及后续版本
21
22
You can’t perform that action at this time.
0 commit comments