diff --git a/.circleci/config.yml b/.circleci/config.yml index 8c3706e..392acc7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -11,7 +11,7 @@ jobs: # Specify the execution environment. You can specify an image from Dockerhub or use one of our Convenience Images from CircleCI's Developer Hub. # See: https://circleci.com/docs/2.0/configuration-reference/#docker-machine-macos-windows-executor docker: - - image: circleci/go:1.17 + - image: circleci/golang:1.17 # Add steps to the job # See: https://circleci.com/docs/2.0/configuration-reference/#steps steps: