mirror of
https://github.com/gomods/athens
synced 2026-02-03 12:10:32 +00:00
* 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
6 lines
169 B
PowerShell
Executable File
6 lines
169 B
PowerShell
Executable File
# install_dev_deps.ps1
|
|
# Ensure that the tools needed to build locally are present
|
|
|
|
& go get github.com/golang/lint/golint
|
|
& go get github.com/gobuffalo/buffalo/buffalo
|