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:
Matthias Rampke 2022-05-06 10:45:30 +00:00
parent 99a94fa8b4
commit 3427e36d50
No known key found for this signature in database
GPG key ID: F9AFF7F67ACE10BA

View file

@ -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