nomad: nomad_1_5 -> nomad_1_6

This commit is contained in:
Cottand 2023-12-14 13:06:11 +00:00
parent 4a8789ebfd
commit ab569cbcca

View file

@ -52,7 +52,7 @@ rec {
# Upstream partially documents used Go versions here
# https://github.com/hashicorp/nomad/blob/master/contributing/golang.md
nomad = nomad_1_5;
nomad = nomad_1_6;
nomad_1_4 = generic {
buildGoModule = buildGo120Module;