Merge pull request #432 from prometheus/mr/go-image

Switch to cimg/go for build+test
This commit is contained in:
Matthias Rampke 2022-05-06 11:35:00 +00:00 committed by GitHub
commit ada7248ccb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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