Commit afaeaf73 authored by Niklas Hambüchen's avatar Niklas Hambüchen
Browse files

nomad: Switch alias nomad_1_10 -> nomad_1_11

parent 4c1018da
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -80,7 +80,7 @@ rec {
  # Upstream partially documents used Go versions here
  # https://github.com/hashicorp/nomad/blob/master/contributing/golang.md

  nomad = nomad_1_10;
  nomad = nomad_1_11;

  nomad_1_11 = generic {
    buildGoModule = buildGo125Module;