Skip to content

Commit

Permalink
Merge pull request #4315 from hashicorp/f-upgrade-to-go-1.10.2
Browse files Browse the repository at this point in the history
Upgrade Nomad to Go 1.10.2
  • Loading branch information
chelseakomlo authored May 21, 2018
2 parents b35afbe + f935b4f commit 8715013
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
language: go

go:
- "1.10.x"
- "1.10.2"

addons:
chrome: stable
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Developing Nomad

If you wish to work on Nomad itself or any of its built-in systems,
you will first need [Go](https://www.golang.org) installed on your
machine (version 1.10+ is *required*).
machine (version 1.10.2+ is *required*).

**Developing with Vagrant**
There is an included Vagrantfile that can help bootstrap the process. The
Expand Down
4 changes: 2 additions & 2 deletions scripts/vagrant-linux-priv-go.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/usr/bin/env bash

function install_go() {
local go_version=1.10
local go_version=1.10.2
local download=

download="https://storage.googleapis.com/golang/go${go_version}.linux-amd64.tar.gz"

if [ -d /usr/local/go ] ; then
Expand Down

0 comments on commit 8715013

Please sign in to comment.