Commit f0810002 authored by Jakub Sztandera's avatar Jakub Sztandera

misc: require Go 1.12

License: MIT
Signed-off-by: default avatarJakub Sztandera <kubuxu@protonmail.ch>
parent ade04d72
......@@ -33,7 +33,7 @@ defaults: &defaults
TRAVIS: 1
docker:
- image: circleci/golang:1.11
- image: circleci/golang:1.12
jobs:
gotest:
......
......@@ -115,3 +115,5 @@ require (
gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 // indirect
gotest.tools/gotestsum v0.3.3
)
go 1.12
# golang utilities
GO_MIN_VERSION = 1.11.4
GO_MIN_VERSION = 1.12
export GO111MODULE=on
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment