mirror of
https://github.com/tulir/gomuks.git
synced 2025-04-20 10:33:41 -05:00
Set GO111MODULE=on in CI
This commit is contained in:
parent
16c3d33579
commit
dfeeb19958
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@ language: go
|
||||||
go_import_path: maunium.net/go/gomuks
|
go_import_path: maunium.net/go/gomuks
|
||||||
go:
|
go:
|
||||||
- "1.11"
|
- "1.11"
|
||||||
|
env:
|
||||||
|
- "GO111MODULE=on"
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
install:
|
install:
|
||||||
|
|
Loading…
Add table
Reference in a new issue