• 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
Name
Last commit
Last update
plan9 Loading commit data...
unix Loading commit data...
windows Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTING.md Loading commit data...
CONTRIBUTORS Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README.md Loading commit data...
codereview.cfg Loading commit data...