Use Go modules

This commit is contained in:
Martin Polden
2018-08-27 20:45:51 +02:00
parent 988f3fd19a
commit fefe371369
6 changed files with 22 additions and 47 deletions

View File

@ -5,6 +5,11 @@ language: go
go:
- stable
# Go module behaviour is disabled by default for packages inside GOPATH.
# Turn module support on explicitly:
env:
- GO111MODULE=on
deploy:
provider: heroku
app: ifconfig-co