commit | 665e8c7367d1ecf644cea2d163019ef59c13d554 | [log] [tgz] |
---|---|---|
author | Tobias Klauser <tklauser@distanz.ch> | Mon Jun 14 10:52:11 2021 +0200 |
committer | Tobias Klauser <tobias.klauser@gmail.com> | Tue Jun 15 03:50:16 2021 +0000 |
tree | 3f735702cc9f2745b3403047914ffdddd332998f | |
parent | a4fc739902731d4115b4ac0eb4f60c7b875e1285 [diff] |
unix/linux: update Dockerfile to Go 1.17beta1 Running `GOOS=linux GOARCH=amd64 ./mkall.sh` produces no changes, as expected. Change-Id: I09ec5243376fe76792d2b5e4984d8e2409dc7ce3 Reviewed-on: https://go-review.googlesource.com/c/sys/+/327729 Trust: Tobias Klauser <tobias.klauser@gmail.com> Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org>
This repository holds supplemental Go packages for low-level interactions with the operating system.
The easiest way to install is to run go get -u golang.org/x/sys
. You can also manually git clone the repository to $GOPATH/src/golang.org/x/sys
.
This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://golang.org/doc/contribute.html.
The main issue tracker for the sys repository is located at https://github.com/golang/go/issues. Prefix your issue with “x/sys:” in the subject line, so it is easy to find.