Skip to content

Commit

Permalink
change back to circleci go container
Browse files Browse the repository at this point in the history
  • Loading branch information
nektro committed Aug 8, 2021
1 parent cf45ede commit ea846e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
build:
working_directory: /home/circleci/aquila
docker:
- image: golang
- image: circleci/golang
environment:
DEBIAN_FRONTEND: noninteractive
steps:
Expand Down Expand Up @@ -38,6 +38,7 @@ jobs:

- setup_remote_docker:
version: 18.09.3
- run: docker version
- docker/check
- docker/build:
image: $CIRCLE_PROJECT_USERNAME/$CIRCLE_PROJECT_REPONAME
Expand Down

0 comments on commit ea846e7

Please sign in to comment.