Skip to content

Commit

Permalink
#128 Go mod Ci dependency error
Browse files Browse the repository at this point in the history
  • Loading branch information
hleb-albau committed Dec 21, 2018
1 parent c28dadb commit be4a0ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
build_daemon_and_cli:
working_directory: ~/cyberd
docker:
- image: circleci/golang:1.11
- image: circleci/golang:1.11.2
steps:
- checkout
- setup_remote_docker:
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
build_and_deploy_images_to_dockerhub:
working_directory: ~/cyberd
docker:
- image: circleci/golang:1.11
- image: circleci/golang:1.11.2
steps:
- checkout
- setup_remote_docker:
Expand All @@ -107,7 +107,7 @@ jobs:
release_cyberdcli_binaries:
docker:
- image: circleci/golang:1.11
- image: circleci/golang:1.11.2
working_directory: /go/src/github.com/cybercongress/cyberd
steps:
- checkout
Expand Down

0 comments on commit be4a0ef

Please sign in to comment.