Skip to content

Commit

Permalink
ci: update Nomad version used in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lgfa29 committed Feb 13, 2024
1 parent 4ea9a3c commit ce06d33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/getnomad.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

set -e

NOMAD_VERSION='1.7.2'
NOMAD_VERSION='1.7.5'
if [[ -n "$NOMAD_LICENSE" || -n "$NOMAD_LICENSE_PATH" ]]; then
NOMAD_VERSION=${NOMAD_VERSION}+ent
fi
Expand Down

0 comments on commit ce06d33

Please sign in to comment.