mirror of
https://github.com/mpolden/echoip.git
synced 2025-07-18 14:56:04 +02:00
Use Go modules
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user