Skip to content

Commit

Permalink
Merge pull request #12 from treydock/go-1.15
Browse files Browse the repository at this point in the history
Upgrade to Go 1.15
  • Loading branch information
treydock authored Oct 3, 2020
2 parents f1a2d7b + 2b29768 commit d5c089e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ executors:
# also be updated.
golang:
docker:
- image: circleci/golang:1.14
- image: circleci/golang:1.15

jobs:
test:
Expand Down
2 changes: 1 addition & 1 deletion .promu.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
go:
version: 1.14
version: 1.15
cgo: true
repository:
path: github.com/treydock/cgroup_exporter
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit d5c089e

Please sign in to comment.