zowoq
134b008891
go: remove meta.branch
...
Only needed for `disabled` in `buildGo{Module,Package}`.
2021-01-11 06:00:38 +10:00
zowoq
852e039e44
go_1_14: 1.14.12 -> 1.14.13
2020-12-04 13:41:03 +10:00
zowoq
1692a8a584
go_1_14: 1.14.11 -> 1.14.12
2020-11-13 11:19:34 +10:00
zowoq
ffb658f66a
go_1_14: 1.14.10 -> 1.14.11
2020-11-06 13:55:33 +10:00
zowoq
4f282b19bd
go_1_14: 1.14.9 -> 1.14.10
2020-10-15 19:00:10 +10:00
Ryan Burns
8c5f66fbdf
go: fix cross, enable ppc64le
2020-10-04 16:11:49 -07:00
zowoq
619061532a
go_1_14: 1.14.8 -> 1.14.9
2020-09-11 09:53:55 +10:00
zowoq
eef56567c4
go_1_14: 1.14.7 -> 1.14.8
2020-09-03 07:54:09 +10:00
zowoq
792f562ad5
go: 1.14.6 -> 1.14.7
2020-08-07 13:45:23 +10:00
zowoq
4c99c5543c
go: 1.14.5 -> 1.14.6
2020-07-17 16:17:36 +10:00
zowoq
af1b0c92ad
go: 1.14.4 -> 1.14.5
2020-07-17 09:28:19 +10:00
Bouke van der Bijl
81a8b76b3a
go: only set CC when cross-compiling
...
This avoids he default CC for cgo being hardcoded, when we only want to
overwrite it during compilation.
2020-06-28 11:28:23 +10:00
Frederik Rietdijk
4af4a49251
Merge master into staging-next
2020-06-16 18:05:38 +02:00
zowoq
3050bbe9d4
maintainers/teams: add golang
2020-06-16 08:05:11 +10:00
zowoq
aae680cd5d
go: fix TestDontCacheBrokenHTTP2Conn failure
2020-06-08 20:42:24 +10:00
zowoq
9f978147f8
go: 1.14.3 -> 1.14.4
...
https://golang.org/doc/devel/release.html#go1.14.minor
2020-06-02 09:32:40 +10:00
zowoq
8d41f9f281
go: 1.14.2 -> 1.14.3
...
https://golang.org/doc/devel/release.html#go1.14.minor
2020-05-15 09:56:45 +10:00
Manuel Mendez
a1e13f6140
go: stop setting GOPATH
...
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
```
2020-05-13 23:53:30 +01:00
Jörg Thalheim
416caeb6db
go: 1.14.1 -> 1.14.2
2020-05-05 17:59:19 +01:00
Jan Tojnar
a04625379a
Merge branch 'master' into staging-next
2020-04-13 18:50:35 +02:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
Florian Klink
da2146ddeb
go_1_14: 1.14 -> 1.14.1
...
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.
2020-04-02 20:07:31 +02:00
Jörg Thalheim
0bba7474b3
go: propagate target build dependencies correctly
...
When using strict deps we have to use depsTargetTargetPropagated
as go is added as a nativeBuildInputs to our build.
2020-03-27 07:28:40 +00:00
Sergey Lukjanov
2f060f6a67
go_1_14: init at 1.14 and switch to it
2020-02-27 10:18:05 +01:00