提交 f0810002 作者: Jakub Sztandera

misc: require Go 1.12

License: MIT
Signed-off-by: 's avatarJakub Sztandera <kubuxu@protonmail.ch>
上级 ade04d72
...@@ -33,7 +33,7 @@ defaults: &defaults ...@@ -33,7 +33,7 @@ defaults: &defaults
TRAVIS: 1 TRAVIS: 1
docker: docker:
- image: circleci/golang:1.11 - image: circleci/golang:1.12
jobs: jobs:
gotest: gotest:
......
...@@ -115,3 +115,5 @@ require ( ...@@ -115,3 +115,5 @@ require (
gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 // indirect gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 // indirect
gotest.tools/gotestsum v0.3.3 gotest.tools/gotestsum v0.3.3
) )
go 1.12
# golang utilities # golang utilities
GO_MIN_VERSION = 1.11.4 GO_MIN_VERSION = 1.12
export GO111MODULE=on export GO111MODULE=on
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论