Commit graph

13 commits

Author SHA1 Message Date
Vatsalya Goel 56b448f329
upgrade go version to 1.14 (#676)
* upgrade go version to 1.14

* Fix build
2020-03-02 11:24:19 -05:00
Patrick Gaskin 2f83aa9302 Internals: Switch to v2 go.mod, drop GOPATH, and fix Azure Pipelines (#595)
* Switched to v2 go.mod

Also set GO111MODULE=on in build stuff to always use Go modules
even when in GOPATH.

* Ensure go.mod, go.sum, and vendor are up to date

* Attempt to fix Azure pipelines

* Add set -e to properly fail on exit (it didn't seem to be
  propagating properly before).
* Set workingDirectory for GoFmt and GoGen (this might be why it
  fails unlike compile and unitests).

* Another attempt to fix Azure Pipelines

* Use the Go env template for all go-related jobs.

* Completely fixed Azure Pipelines

* Added a display name to GoFmt for consistency.
* Fixed diffs for GoFmt and GoGen.
* Show git status for checks.

* Drop GOPATH for tests

TODO: Do the same for integration tests.

* Drop GOPATH for integration tests

* Show more diffs

* Regenerate provider support matrix

This wasn't done in #590...
2020-01-28 10:42:31 -05:00
Vatsalya Goel 443401d2a7 Upgrade go version to 1.13 (#550)
Sustained Engineering
2019-10-05 10:45:57 -04:00
Tom Limoncelli 1097c96fcc
New Provider: GANDI-LIVEDNS (API v5) (#320)
* Add gandi LiveDNS api provider
* vendor testify and gandi live DNS
* govendor update github.com/prasmussen/gandi-api/{client,live_dns}
* Fix Gandi-livedns TXT unit test
* TravisCI should use go 1.10
2018-02-24 13:40:18 -05:00
Craig Peterson 4bb761106b yaml 2017-03-14 17:02:05 -07:00
Craig Peterson 7774a27b66 gitter webhook to travis 2017-03-14 16:57:59 -07:00
Craig Peterson cda33f0463 reduce travis nag 2017-03-14 00:47:55 -07:00
Craig Peterson cda8c482db seperate files for build mains. 2017-03-12 16:41:11 -07:00
Craig Peterson b0e3b05e86 run tests in travis 2017-03-12 16:38:19 -07:00
Craig Peterson 09a1c36cc1 travis version 2017-03-12 16:36:37 -07:00
Craig Peterson 5c0be455ac trying to make work 2017-01-12 07:27:43 -07:00
Craig Peterson d56b0be5b4 travis test 2017-01-12 07:24:26 -07:00
Craig Peterson 6bc1623c5b Create .travis.yml 2017-01-11 12:54:56 -07:00