summaryrefslogtreecommitdiff
path: root/gnu/packages/golang.scm
Commit message (Collapse)AuthorAge
* Merge branch 'core-updates'Marius Bakke2017-08-26
|\
| * gnu: go@1.8: Fix test failure.Alex Vong2017-07-15
| | | | | | | | | | | | | | * 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: go: Update to 1.9.Leo Famulari2017-08-25
|/ | | | | | * gnu/packages/golang.scm (go-1.8): Replace with ... (go-1.9): ... new variable. [arguments]: Adjust the pre-build phase accordingly.
* gnu: go@1.8: Update to 1.8.3 [fixes CVE-2017-8932].Leo Famulari2017-05-31
| | | | * gnu/packages/golang.scm (go-1.8): Update to 1.8.3.
* gnu: go-1.4: Add missing '#:modules' imports.Sergei Trofimovich2017-05-09
| | | | | | | | 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: go: Update to 1.8.1.Petter2017-04-17
| | | | | | | * 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: go@1.4, go@1.7: Skip test that fails with tzdata-2017a.Leo Famulari2017-03-21
| | | | | * gnu/packages/golang.scm (go-1.4, go-1.7)[arguments]: Disable the test TestParseInLocation in 'prebuild' phase.
* gnu: go: Update to 1.7.5.Leo Famulari2017-02-16
| | | | | * gnu/packages/golang.scm (go-1.7): Update to 1.7.5. [arguments]: Re-enable test 'TestLoadFixed'.
* gnu: Fix header in (gnu packages golang).Efraim Flashner2016-12-04
| | | | | * gnu/packages/golang.scm: Replace header line declaring this file as part of GNU Guix.
* gnu: go-1.7: Update to 1.7.4 [security fixes].Leo Famulari2016-12-02
| | | | * gnu/packages/golang.scm (go-1.7): Update to 1.7.4.
* Merge branch 'master' into core-updatesMark H Weaver2016-10-23
|\
| * gnu: go-1.7: Update to 1.7.3.Leo Famulari2016-10-21
| | | | | | | | * gnu/packages/golang.scm (go-1.7): Update to 1.7.3.
* | gnu: go-1.7: Skip test that fails due to time zone name change.Leo Famulari2016-10-21
| | | | | | | | | | * gnu/packages/golang.scm (go-1.7)[arguments]: Skip test "TestLoadFixed" in 'prebuild' phase.
* | gnu: go-1.4: Skip test that fails due to time zone name change.Leo Famulari2016-10-21
| | | | | | | | | | * gnu/packages/golang.scm (go-1.4)[arguments]: Skip test "TestLoadFixed" in 'prebuild' phase.
* | gnu: go-1.4: Disable cgo.Leo Famulari2016-10-21
|/ | | | | | * gnu/packages/golang.scm (go-1.4)[arguments]: Set "CGO_ENABLED=0" while building. (go-1.7)[arguments]: Keep "CGO_ENABLED=1".
* gnu: go-1.7: Update to 1.7.1.Leo Famulari2016-09-11
| | | | * gnu/packages/golang.scm (go-1.7): Update to 1.7.1.
* gnu: go: Update to 1.7.Petter2016-09-06
| | | | | | | | | * 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: Add Go 1.6.Matthew Jordan2016-08-01
| | | | | | | | * 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: Add Go 1.4.Matthew Jordan2016-06-27
* 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>