forked from mirrors/statsd_exporter
Merge pull request #432 from prometheus/mr/go-image
Switch to cimg/go for build+test
This commit is contained in:
commit
ada7248ccb
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ executors:
|
|||
# Whenever the Go version is updated here, .promu.yml should also be updated.
|
||||
golang:
|
||||
docker:
|
||||
- image: circleci/golang:1.17
|
||||
- image: cimg/go:1.17
|
||||
jobs:
|
||||
test:
|
||||
executor: golang
|
||||
|
|
Loading…
Reference in a new issue