Merge pull request #240506 from EtienneBruines/patch-2

nomad: nomad_1_4 -> nomad_1_5

authored by

maxine and committed by
GitHub
fdf61489 ffe3bd61

+1 -1
+1 -1
pkgs/applications/networking/cluster/nomad/default.nix
··· 51 # Upstream partially documents used Go versions here 52 # https://github.com/hashicorp/nomad/blob/master/contributing/golang.md 53 54 - nomad = nomad_1_4; 55 56 nomad_1_2 = generic { 57 buildGoModule = buildGo120Module;
··· 51 # Upstream partially documents used Go versions here 52 # https://github.com/hashicorp/nomad/blob/master/contributing/golang.md 53 54 + nomad = nomad_1_5; 55 56 nomad_1_2 = generic { 57 buildGoModule = buildGo120Module;