diff options
author | Leo Famulari <leo@famulari.name> | 2019-07-25 12:51:13 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2019-07-29 14:57:07 -0400 |
commit | 0c3c597d2ed649005798f670b13755ee55e6dc9a (patch) | |
tree | ec70ad328a08ed695a1d54d306e7d8ab3a5aeecd /gnu/packages/golang.scm | |
parent | 20470893ea8919f59384bd1c68df7f968d8c0f57 (diff) | |
download | patches-0c3c597d2ed649005798f670b13755ee55e6dc9a.tar patches-0c3c597d2ed649005798f670b13755ee55e6dc9a.tar.gz |
gnu: Update default Go compiler to Go 1.12.
* gnu/packages/golang.scm (go): Update to go-1.12.
* guix/build/go-build-system.scm (setup-go-environment): Set $GOCACHE.
Diffstat (limited to 'gnu/packages/golang.scm')
-rw-r--r-- | gnu/packages/golang.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index 4a3b42f438..c67ef036ee 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -584,7 +584,7 @@ in the style of communicating sequential processes (@dfn{CSP}).") ,@(package-native-inputs go-1.4))) (supported-systems %supported-systems))) -(define-public go go-1.11) +(define-public go go-1.12) (define-public go-github-com-alsm-ioprogress (let ((commit "063c3725f436e7fba0c8f588547bee21ffec7ac5") |