mirror of https://github.com/gogs/gogs.git
ci: add Go 1.13
parent
1619317c3b
commit
ecf61be633
|
@ -5,6 +5,7 @@ go:
|
|||
- 1.10.x
|
||||
- 1.11.x
|
||||
- 1.12.x
|
||||
- 1.13.x
|
||||
|
||||
before_install:
|
||||
- sudo apt-get update -qq
|
||||
|
|
|
@ -5,7 +5,7 @@ clone_depth: 1
|
|||
|
||||
environment:
|
||||
GOPATH: c:\gopath
|
||||
GOVERSION: 1.11
|
||||
GOVERSION: 1.13
|
||||
|
||||
build: false
|
||||
deploy: false
|
||||
|
|
Loading…
Reference in New Issue