mirror of
https://github.com/beego/bee.git
synced 2024-12-18 03:20:50 +00:00
Upgrade go version
This commit is contained in:
parent
5a7fb572a4
commit
57309c38b2
@ -1,6 +1,6 @@
|
|||||||
language: go
|
language: go
|
||||||
go:
|
go:
|
||||||
- 1.12.17
|
- 1.14.11
|
||||||
install:
|
install:
|
||||||
- export PATH=$PATH:$HOME/gopath/bin
|
- export PATH=$PATH:$HOME/gopath/bin
|
||||||
- go get -u github.com/opennota/check/cmd/structcheck
|
- go get -u github.com/opennota/check/cmd/structcheck
|
||||||
|
3
go.mod
3
go.mod
@ -1,9 +1,8 @@
|
|||||||
module github.com/beego/bee
|
module github.com/beego/bee
|
||||||
|
|
||||||
go 1.13
|
go 1.14
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/BurntSushi/toml v0.3.1
|
|
||||||
github.com/astaxie/beego v1.12.1
|
github.com/astaxie/beego v1.12.1
|
||||||
github.com/davecgh/go-spew v1.1.1
|
github.com/davecgh/go-spew v1.1.1
|
||||||
github.com/flosch/pongo2 v0.0.0-20200529170236-5abacdfa4915
|
github.com/flosch/pongo2 v0.0.0-20200529170236-5abacdfa4915
|
||||||
|
Loading…
Reference in New Issue
Block a user