| Commit message (Collapse) | Author | Age |
|
|
|
| |
* gnu/packages/golang.scm (go-1.9): Update to 1.9.2.
|
|
|
|
|
|
| |
* gnu/packages/golang.scm (go@1.4)[supported-systems]: New field,
Limit supported systems to x86_64-linux, i686-linux and armhf-linux.
(go@1.9)[supported-systems]: New field.
|
|
|
|
|
|
|
|
|
|
|
| |
See the release announcement and bug reports for more details about the
security issues fixed in this release:
https://groups.google.com/forum/m/#!topic/golang-nuts/sHfMg4gZNps
https://golang.org/issue/22125
https://golang.org/issue/22134
* gnu/packages/golang.scm (go-1.9): Update to 1.9.1.
|
|\ |
|
| |
| |
| |
| |
| |
| |
| | |
* gnu/packages/golang.scm (go-1.8)[arguments]: Escape braces in test data in
'prebuild' phase.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|/
|
|
|
|
| |
* gnu/packages/golang.scm (go-1.8): Replace with ...
(go-1.9): ... new variable.
[arguments]: Adjust the pre-build phase accordingly.
|
|
|
|
| |
* gnu/packages/golang.scm (go-1.8): Update to 1.8.3.
|
|
|
|
|
|
|
|
| |
Fixes <https://bugs.gnu.org/26840>.
* gnu/packages/golang.scm (go-1.4): Add missing '#:modules' imports.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
|
|
|
|
|
|
|
| |
* gnu/packages/golang.scm (go-1.7): Replace with ...
(go-1.8): New variable.
[arguments]: Update substitutions in 'prebuild' phase.
(go): Update to go-1.8.
|
|
|
|
|
| |
* gnu/packages/golang.scm (go-1.4, go-1.7)[arguments]: Disable the test
TestParseInLocation in 'prebuild' phase.
|
|
|
|
|
| |
* gnu/packages/golang.scm (go-1.7): Update to 1.7.5.
[arguments]: Re-enable test 'TestLoadFixed'.
|
|
|
|
|
| |
* gnu/packages/golang.scm: Replace header line declaring this file as
part of GNU Guix.
|
|
|
|
| |
* gnu/packages/golang.scm (go-1.7): Update to 1.7.4.
|
|\ |
|
| |
| |
| |
| | |
* gnu/packages/golang.scm (go-1.7): Update to 1.7.3.
|
| |
| |
| |
| |
| | |
* gnu/packages/golang.scm (go-1.7)[arguments]: Skip test "TestLoadFixed" in
'prebuild' phase.
|
| |
| |
| |
| |
| | |
* gnu/packages/golang.scm (go-1.4)[arguments]: Skip test "TestLoadFixed" in
'prebuild' phase.
|
|/
|
|
|
|
| |
* gnu/packages/golang.scm (go-1.4)[arguments]: Set "CGO_ENABLED=0" while
building.
(go-1.7)[arguments]: Keep "CGO_ENABLED=1".
|
|
|
|
| |
* gnu/packages/golang.scm (go-1.7): Update to 1.7.1.
|
|
|
|
|
|
|
|
|
| |
* gnu/packages/golang.scm (go-1.6): Update to 1.7, with corresponding
minor changes to prebuild phase, and rename variable to...
(go-1.7): ...this new variable.
(go): Inherit from new "go-1.7".
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
|
|
|
|
|
|
| |
* gnu/packages/golang.scm (go-1.6): New variable.
Co-authored-by: Efraim Flashner <efraim@flashner.co.il>
Co-authored-by: Andy Wingo <wingo@igalia.com>
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/local.mk: Modified file.
* gnu/packages/golang.scm: New file.
Co-authored-by: Efraim Flashner <efraim@flashner.co.il>
Co-authored-by: Andy Wingo <wingo@igalia.com>
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
|