Upgrade to Go 1.15

This commit is contained in:
Trey Dockendorf 2020-10-02 16:57:28 -04:00
parent f1a2d7b8f4
commit 2b29768c73
3 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@ executors:
# also be updated.
golang:
docker:
- image: circleci/golang:1.14
- image: circleci/golang:1.15
jobs:
test:

View File

@ -1,5 +1,5 @@
go:
version: 1.14
version: 1.15
cgo: true
repository:
path: github.com/treydock/cgroup_exporter

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/treydock/cgroup_exporter
go 1.14
go 1.15
require (
github.com/containerd/cgroups v0.0.0-20200824123100-0b889c03f102