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
This commit is contained in:
parent
dd7f5b0065
commit
1830a06e2c
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue