• Tobias Klauser's avatar
    unix: update Dockerfile to go 1.9.2 · 52c393dd
    Tobias Klauser authored
    Update go to 1.9.2 in the Dockerfile used to generate the Linux go files.
    
    The update also changes some zerror definitions: RLIM_INFINITY is
    assigned to Rlimit.{Cur,Max} which are both uint64 on all architectures.
    PR_SET_PTRACER_ANY is used with Prctl which expects an uintptr.
    
    With the current version, an "constant -1 overflows uint64" error would
    result if these constants were used directly without type conversion.
    
    Change-Id: Iefd23a44e983b4fcf210121776531df225014112
    Reviewed-on: https://go-review.googlesource.com/73873
    Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
    TryBot-Result: Gobot Gobot <gobot@golang.org>
    Reviewed-by: 's avatarIan Lance Taylor <iant@golang.org>
    52c393dd
zerrors_linux_mips64le.go 96.1 KB