1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-17 09:37:02 +00:00

build: Use go modules for #121

- travis: Bump release trigger env to 1.11
This commit is contained in:
James Hillyerd
2018-10-20 11:50:25 -07:00
parent bf12925fd1
commit dc007da82e
4 changed files with 62 additions and 1 deletions

View File

@@ -7,7 +7,9 @@ addons:
- rpm
env:
- DEPLOY_WITH_MAJOR="1.10"
global:
- GO111MODULE=on
- DEPLOY_WITH_MAJOR="1.11"
before_script:
- go get golang.org/x/lint/golint