Skip to content
This repository has been archived by the owner on Mar 12, 2021. It is now read-only.

Commit

Permalink
Merge pull request #84 from magneticio/feature/semver
Browse files Browse the repository at this point in the history
Fix ci image name
  • Loading branch information
bgokden authored Dec 4, 2019
2 parents 6a12b6b + bb03bfd commit 5f9ff6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5f9ff6d

Please sign in to comment.