Files
athens/scripts/get_dev_tools.sh
Komu Wairagu 69a5340c91 update to go1.11 (#563)
* update travis to Go 1.11

* update check_deps ci script
ci for checking dependencies should now check Go module files and use go mod verify

* remove uneeded comment

* set GO111MODULE

* debug GO111MODULE propagation

* rm dep installation

* debug GO111MODULE propagation

* rm debug statements

* use Go point releases in ci

* remove references to Go1.11 RCs

* run ci with GO111MODULE auto and also on

* use matrix
2018-08-28 08:46:12 +02:00

10 lines
178 B
Bash
Executable File

#!/bin/bash
# install_dev_deps.sh
# Ensure that the tools needed to build locally are present
set -xeuo pipefail
go get github.com/golang/lint/golint
./scripts/get_buffalo.sh