Merge pull request #274233 from Cottand/nomad-to-16

nomad: nomad_1_5 -> nomad_1_6
This commit is contained in:
Fabián Heredia Montiel 2023-12-15 15:45:09 +00:00 committed by GitHub
commit 774d658859
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;