Skip to content
This repository has been archived by the owner on Dec 2, 2022. It is now read-only.

Commit

Permalink
travis: update golang to 1.14 and nomad to v0.11.0-beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
cgbaker committed Apr 6, 2020
1 parent bf7ca7b commit 89641a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/build-nomad.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/usr/bin/env bash
set -euo pipefail

nomad_version=v0.10.5
go_version=1.12
nomad_version=v0.11.0-beta2
go_version=1.14

cd "$(dirname "$0")/.."

Expand Down

0 comments on commit 89641a6

Please sign in to comment.