diff --git a/.circleci/config.yml b/.circleci/config.yml index c619e14..582e253 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -12,7 +12,7 @@ jobs: - run: $GOPATH/bin/goveralls -coverprofile=coverage.out -service=circle-ci -repotoken $COVERALLS_TOKEN publish-github-release: docker: - - image: cibuilds/golang:1.12.3 + - image: circleci/golang:1.12.3 steps: - checkout - add_ssh_keys