Go 1.13.4 and Go 1.12.13 are released

775 views
Skip to first unread message

Andrew Bonventre

unread,
Oct 31, 2019, 9:11:26 PM10/31/19
to golang-nuts
Hello gophers,

Happy Halloween! 🎃

We have just released Go versions 1.13.4 and 1.12.13, minor point releases.

Go 1.13.4 includes fixes to the net/http and syscall packages.

Both versions resolve an issue on macOS 10.15 Catalina where the non-notarized installer and binaries were being rejected by Gatekeeper.

View the release notes for more information:
    https://golang.org/doc/devel/release.html#go1.13.minor

You can download binary and source distributions from the Go web site:
    https://golang.org/dl/

To compile from source using a Git clone, update to the release with
"git checkout go1.13.4" and build as usual.

Thanks to everyone who contributed to the release.

Cheers,
Andy for the Go team
Message has been deleted

Michel Casabianca

unread,
Nov 6, 2019, 6:20:51 AM11/6/19
to golang-nuts
Hi Gophers,

I have updated my list of all Go interfaces at http://sweetohm.net/article/go-interfaces.en.html

Enjoy!

Le ven. 1 nov. 2019 à 10:27, Stephen Illingworth <stephen.t....@gmail.com> a écrit :
Build fails here. Using v1.13 to build:

go test proxy running at GOPROXY=http://127.0.0.1:41805/mod
go proxy: no archive rsc.io v1.5.2: file does not exist
go proxy: no archive rsc.io v1.0.0: file does not exist
go proxy: no archive rsc.io v1.0.0: file does not exist
go proxy: no archive rsc.io v1.0.0: file does not exist
go proxy: no archive rsc.io v1.0.0: file does not exist
go proxy: no archive rsc.io v1.1.0: file does not exist
go proxy: no archive rsc.io v1.5.1: file does not exist
go proxy: no archive example.com/newcycle v1.0.0: file does not exist
--- FAIL: TestScript (0.00s)
    --- FAIL: TestScript/vendor_complex (0.57s)
        script_test.go:191:
            # smoke test for complex build configuration (0.571s)
            > go build -o complex.exe complex
            > [exec:gccgo] go build -compiler=gccgo -o complex.exe complex
            [stderr]
            package complex
                imports runtime: cannot find package "runtime" in any of:
                $WORK/gopath/src/complex/vendor/runtime (vendor tree)
                /home/steve/Go/go1.13.4/src/runtime (from $GOROOT)
                $WORK/gopath/src/runtime (from $GOPATH)
            [exit status 1]
            FAIL: testdata/script/vendor_complex.txt:5: unexpected command failure
           
--- FAIL: TestIssue7573 (0.01s)
    go_test.go:3048: running testgo [build -n -compiler gccgo cgoref]
    go_test.go:3048: standard error:
    go_test.go:3048: package cgoref
            imports runtime: cannot find package "runtime" in any of:
            /home/steve/Go/go1.13.4/src/runtime (from $GOROOT)
            /tmp/cmd-go-test-589579455/gotest023101038/src/runtime (from $GOPATH)
        package cgoref
            imports syscall: cannot find package "syscall" in any of:
            /home/steve/Go/go1.13.4/src/syscall (from $GOROOT)
            /tmp/cmd-go-test-589579455/gotest023101038/src/syscall (from $GOPATH)
       
    go_test.go:3048: go [build -n -compiler gccgo cgoref] failed unexpectedly in /home/steve/Go/go1.13.4/src/cmd/go: exit status 1
FAIL
FAIL    cmd/go    91.345s

--
You received this message because you are subscribed to the Google Groups "golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/golang-nuts/d43f9dd9-9cdf-4234-8ab2-0bf8085ba090%40googlegroups.com.


--
Michel Casabianca
Reply all
Reply to author
Forward
0 new messages