Use more recent version of go.

This commit is contained in:
Alec Thomas
2019-11-13 08:27:12 +11:00
parent cd3f64f045
commit d2286db01b
+1 -1
View File
@@ -2,7 +2,7 @@ version: 2
jobs:
build:
docker:
- image: circleci/golang:1.10
- image: circleci/golang:1.13
working_directory: /go/src/github.com/alecthomas/kong
steps: