From 1830a06e2c2aaa1fc72effd260cbf1d8b9510a08 Mon Sep 17 00:00:00 2001 From: Maxine Aubrey Date: Sat, 6 Feb 2021 23:51:42 +0100 Subject: [PATCH] nomad: reference upstream for go pinning upstream has started keeping track of used go versions in contributing docs, added reference to this in our comment --- pkgs/top-level/all-packages.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 4aaadcf4feb9..0e99b2fcafb1 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -6506,6 +6506,8 @@ in # Nomad never updates major go versions within a release series and is unsupported # on Go versions that it did not ship with. Due to historic bugs when compiled # with different versions we pin Go for all versions. + # Upstream partially documents used Go versions here + # https://github.com/hashicorp/nomad/blob/master/contributing/golang.md nomad_0_12 = callPackage ../applications/networking/cluster/nomad/0.12.nix { buildGoPackage = buildGo114Package; inherit (linuxPackages) nvidia_x11;