Merge remote-tracking branch 'evrardjp/build-with-golang1.14' into merge-k8s-and-go-updates

This commit is contained in:
Daniel Holbach
2020-11-30 10:42:40 +01:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ version: 2
jobs:
build:
docker:
- image: cimg/go:1.13
- image: cimg/go:1.15
steps:
- checkout
- setup_remote_docker
+1 -1
View File
@@ -1,6 +1,6 @@
module github.com/weaveworks/kured
go 1.13
go 1.15
require (
github.com/prometheus/client_golang v1.7.1