Skip to content

Commit

Permalink
minio: use go 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
domenkozar committed May 17, 2018
1 parent 745075d commit 03b44ad
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/minio/default.nix
@@ -1,6 +1,6 @@
{ stdenv, buildGoPackage, fetchFromGitHub }:
{ stdenv, buildGo110Package, fetchFromGitHub }:

buildGoPackage rec {
buildGo110Package rec {
name = "minio-${version}";

version = "2018-05-11T00-29-24Z";
Expand Down
4 changes: 4 additions & 0 deletions pkgs/top-level/all-packages.nix
Expand Up @@ -12050,6 +12050,10 @@ with pkgs;
go = go_1_9;
};

buildGo110Package = callPackage ../development/go-modules/generic {
go = go_1_10;
};

buildGoPackage = buildGo19Package;

go2nix = callPackage ../development/tools/go2nix { };
Expand Down

0 comments on commit 03b44ad

Please sign in to comment.