Merge pull request #12 from treydock/go-1.15

Upgrade to Go 1.15
This commit is contained in:
treydock 2020-10-03 10:46:27 -04:00 committed by GitHub
commit d5c089ef27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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