aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/compilers/go/1.14.nix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* go_1_14: 1.14.12 -> 1.14.13zowoq2020-12-041-2/+2
|
* go_1_14: 1.14.11 -> 1.14.12zowoq2020-11-131-2/+2
|
* go_1_14: 1.14.10 -> 1.14.11zowoq2020-11-061-2/+2
|
* go_1_14: 1.14.9 -> 1.14.10zowoq2020-10-151-2/+2
|
* go: fix cross, enable ppc64leRyan Burns2020-10-041-3/+8
|
* go_1_14: 1.14.8 -> 1.14.9zowoq2020-09-111-2/+2
|
* go_1_14: 1.14.7 -> 1.14.8zowoq2020-09-031-2/+2
|
* go: 1.14.6 -> 1.14.7zowoq2020-08-071-2/+2
|
* go: 1.14.5 -> 1.14.6zowoq2020-07-171-2/+2
|
* go: 1.14.4 -> 1.14.5zowoq2020-07-171-2/+2
|
* go: only set CC when cross-compilingBouke van der Bijl2020-06-281-0/+3
| | | | | This avoids he default CC for cgo being hardcoded, when we only want to overwrite it during compilation.
* Merge master into staging-nextFrederik Rietdijk2020-06-161-1/+1
|\
| * maintainers/teams: add golangzowoq2020-06-161-1/+1
| |
* | go: fix TestDontCacheBrokenHTTP2Conn failurezowoq2020-06-081-0/+7
| |
* | go: 1.14.3 -> 1.14.4zowoq2020-06-021-2/+2
|/ | | | https://golang.org/doc/devel/release.html#go1.14.minor
* go: 1.14.2 -> 1.14.3zowoq2020-05-151-2/+2
| | | | https://golang.org/doc/devel/release.html#go1.14.minor
* go: stop setting GOPATHManuel Mendez2020-05-131-2/+0
| | | | | | | | | | | | | | | | | | | | | | The compiler does not need it anymore, has not needed it for many years iirc. This just goes in and pollutes the environment overriding the users GOPATH and causing grief. Go even warns about it itself, without vs with this commit: ```sh ~> go env GOPATH /home/manny/go ~> nix-shell -p go ~> go env GOPATH warning: GOPATH set to GOROOT (/nix/store/gvw1mfpdrk7i82884yhxf9lf5j3c12zm-go-1.14.1/share/go) has no effect /nix/store/gvw1mfpdrk7i82884yhxf9lf5j3c12zm-go-1.14.1/share/go ~> exit ~> nix-shell -I nixpkgs=cloned/NixOS/nixpkgs -p go ~> go env GOPATH /home/manny/go ~> exit ```
* go: 1.14.1 -> 1.14.2Jörg Thalheim2020-05-051-2/+2
|
* Merge branch 'master' into staging-nextJan Tojnar2020-04-131-1/+1
|\
| * treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-101-1/+1
| |
* | go_1_14: 1.14 -> 1.14.1Florian Klink2020-04-021-2/+2
|/ | | | | | | | This contains at least https://github.com/golang/go/issues/37807, which currently causes some of our go binaries to just fail when booted with older kernels. See https://github.com/golang/go/issues/37436 for context.
* go: propagate target build dependencies correctlyJörg Thalheim2020-03-271-2/+1
| | | | | When using strict deps we have to use depsTargetTargetPropagated as go is added as a nativeBuildInputs to our build.
* go_1_14: init at 1.14 and switch to itSergey Lukjanov2020-02-271-0/+245