mirror of
https://github.com/caddyserver/caddy.git
synced 2024-11-22 05:59:00 +08:00
ci: Enable use of Go modules
Temporary until Go 1.13
This commit is contained in:
parent
e28ee90c2a
commit
04789a2446
|
@ -24,6 +24,8 @@ variables:
|
|||
GOPATH: $(system.defaultWorkingDirectory)/gopath
|
||||
GOBIN: $(GOPATH)/bin
|
||||
modulePath: '$(GOPATH)/src/github.com/$(build.repository.name)'
|
||||
# TODO: modules should be the default in Go 1.13, so this won't be needed
|
||||
GO111MODULE: on
|
||||
|
||||
steps:
|
||||
- bash: |
|
||||
|
|
Loading…
Reference in New Issue
Block a user