Merge pull request #240506 from EtienneBruines/patch-2

nomad: nomad_1_4 -> nomad_1_5
This commit is contained in:
maxine 2023-06-30 11:51:07 +02:00 committed by GitHub
commit fdf6148999
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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