Update Go version to 1.13

New Go image is recommended in https://circleci.com/docs/2.0/circleci-images/

	fixes: #129
This commit is contained in:
Daniel Holbach
2020-04-08 18:01:24 +02:00
parent 2392170b8e
commit d6e7a42c0d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ version: 2
jobs:
build:
docker:
- image: circleci/golang:1.12.5
- image: cimg/go:1.13
steps:
- checkout
- setup_remote_docker
+1 -1
View File
@@ -1,6 +1,6 @@
module github.com/weaveworks/kured
go 1.12
go 1.13
require (
github.com/googleapis/gnostic v0.2.0 // indirect