diff --git a/.circleci/config.yml b/.circleci/config.yml index 5b3a4de..7788ac6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,11 +2,7 @@ version: 2 jobs: build: docker: # run the steps with Docker - - image: circleci/golang:1.17.10 - auth: - username: $DOCKER_USER - password: $DOCKER_PASSWORD steps: - checkout # check out source code to working directory