Граф коммитов

11 Коммитов

Автор SHA1 Сообщение Дата
Stef Forrester e3260532c0
Configure travis for repo migration (#879)
As part of the migration to the hashicorp github org,
travis needs to be configured to use vendoring (default in 1.14+ when
the vendor dir is present) and Go modules.

This also configures travis to use the same version of Go as our docs recommend.
2020-06-10 09:51:49 -07:00
kmoe b39a198c57 Go v1.13 module compatibility (#732)
* Go v1.13 module compatibility fixes

This commit uses a replace directive to correct an invalid pseudo-version in
a transitive dependency on github.com/Azure/go-autorest.

It also corrects an invalid pseudo-version in github.com/keybase/go-crypto.

* Switch TravisCI build environment to Go 1.13.x

Co-authored-by: Alex Somesan <alex.somesan@gmail.com>
2020-01-14 17:53:42 +01:00
Alex Somesan 3871cf1614 Go 1.12.x in Travis 2019-10-15 13:25:09 +02:00
Alex Somesan c388940c4e Bump Go version in Travis to 1.12.x 2019-06-24 15:54:22 +02:00
Alex Somesan 56694aab43
Fix github cookie for go-getting in Travis CI (#301)
* Fix github cookie for go-getting in CI

* Remove vendor-status make target
2019-02-06 00:07:04 +01:00
Joshua Hoblitt 6c0453cd18 trivial .travis.yml cleanups (#271)
* rm sudo key

sudo is now always enabled:

https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration

* make yamllint 1.13.0 happy
2019-01-13 21:05:44 +01:00
Alex Somesan 78a8cac991
Upgrade to Go 1.11 + modules (#269)
* Remove old vendor

* Go 1.11 formatting

* Initial go.mod

* go mod tidy

* More explicit PVC types to make Go 1.11 happy

* Re-vendor from go modules

* provider: Require Go 1.11 in TravisCI and README
provider: Run go fix
provider: Run go fmt
2019-01-09 12:59:26 +01:00
Alex Somesan 9fa9884355
Bump Go version to 1.10 on Travis CI. (#196)
* Bump Go version to 1.10 on Travis CI.

* Try exact Go version

* Quotes around Go version
2018-10-29 15:07:45 +02:00
Radek Simko 6636638264
make: Add website + website-test targets 2018-04-30 08:53:58 +01:00
Radek Simko 12bc0c5fc6
build: Switch Travis to Go 1.9 2017-08-31 10:48:29 +02:00
Jake Champlin aaf2d3b12f
Updating Makefile + Add gitignore 2017-06-09 14:31:37 -04:00