mirror of
https://github.com/kemko/nomad.git
synced 2026-01-05 18:05:42 +03:00
upgrade nomad to 1.10.2
This commit is contained in:
@@ -4,7 +4,7 @@ services:
|
||||
language: go
|
||||
|
||||
go:
|
||||
- "1.10.x"
|
||||
- "1.10.2"
|
||||
|
||||
addons:
|
||||
chrome: stable
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user