forked from mirrors/statsd_exporter
Switch to cimg/go for build+test
To get off the [deprecated] circleci/golang. Fixes #424. [deprecated]: https://discuss.circleci.com/t/legacy-convenience-image-deprecation/41034 Signed-off-by: Matthias Rampke <matthias@prometheus.io>
This commit is contained in:
parent
99a94fa8b4
commit
3427e36d50
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.
|
# Whenever the Go version is updated here, .promu.yml should also be updated.
|
||||||
golang:
|
golang:
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/golang:1.17
|
- image: cimg/go:1.17
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
executor: golang
|
executor: golang
|
||||||
|
|
Loading…
Reference in a new issue