Age | Commit message (Expand) | Author |
2017-10-26 | gnu: go: Update to 1.9.2....* gnu/packages/golang.scm (go-1.9): Update to 1.9.2.
| Leo Famulari |
2017-10-25 | gnu: go@1.4: Limit supported systems....* 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.
| Efraim Flashner |
2017-10-04 | gnu: go: update to 1.9.1 [security fixes]....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.
| Leo Famulari |
2017-08-26 | Merge branch 'core-updates' | Marius Bakke |
2017-08-25 | gnu: go: Update to 1.9....* gnu/packages/golang.scm (go-1.8): Replace with ...
(go-1.9): ... new variable.
[arguments]: Adjust the pre-build phase accordingly.
| Leo Famulari |
2017-07-15 | gnu: go@1.8: Fix test failure....* gnu/packages/golang.scm (go-1.8)[arguments]: Escape braces in test data in
'prebuild' phase.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Alex Vong |
2017-05-31 | gnu: go@1.8: Update to 1.8.3 [fixes CVE-2017-8932]....* gnu/packages/golang.scm (go-1.8): Update to 1.8.3.
| Leo Famulari |
2017-05-09 | gnu: go-1.4: Add missing '#:modules' imports....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>
| Sergei Trofimovich |
2017-04-17 | gnu: go: Update to 1.8.1....* 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.
| Petter |
2017-03-21 | gnu: go@1.4, go@1.7: Skip test that fails with tzdata-2017a....* gnu/packages/golang.scm (go-1.4, go-1.7)[arguments]: Disable the test
TestParseInLocation in 'prebuild' phase.
| Leo Famulari |
2017-02-16 | gnu: go: Update to 1.7.5....* gnu/packages/golang.scm (go-1.7): Update to 1.7.5.
[arguments]: Re-enable test 'TestLoadFixed'.
| Leo Famulari |
2016-12-04 | gnu: Fix header in (gnu packages golang)....* gnu/packages/golang.scm: Replace header line declaring this file as
part of GNU Guix.
| Efraim Flashner |
2016-12-02 | gnu: go-1.7: Update to 1.7.4 [security fixes]....* gnu/packages/golang.scm (go-1.7): Update to 1.7.4.
| Leo Famulari |
2016-10-23 | Merge branch 'master' into core-updates | Mark H Weaver |
2016-10-21 | gnu: go-1.7: Skip test that fails due to time zone name change....* gnu/packages/golang.scm (go-1.7)[arguments]: Skip test "TestLoadFixed" in
'prebuild' phase.
| Leo Famulari |
2016-10-21 | gnu: go-1.4: Skip test that fails due to time zone name change....* gnu/packages/golang.scm (go-1.4)[arguments]: Skip test "TestLoadFixed" in
'prebuild' phase.
| Leo Famulari |
2016-10-21 | gnu: go-1.4: Disable cgo....* gnu/packages/golang.scm (go-1.4)[arguments]: Set "CGO_ENABLED=0" while
building.
(go-1.7)[arguments]: Keep "CGO_ENABLED=1".
| Leo Famulari |
2016-10-21 | gnu: go-1.7: Update to 1.7.3....* gnu/packages/golang.scm (go-1.7): Update to 1.7.3.
| Leo Famulari |
2016-09-11 | gnu: go-1.7: Update to 1.7.1....* gnu/packages/golang.scm (go-1.7): Update to 1.7.1.
| Leo Famulari |
2016-09-06 | gnu: go: Update to 1.7....* 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>
| Petter |
2016-08-01 | gnu: Add Go 1.6....* 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>
| Matthew Jordan |
2016-06-27 | gnu: Add Go 1.4....* 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>
| Matthew Jordan |