Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version: 2.1
jobs:
test:
docker:
- image: cimg/go:1.15.4
- image: cimg/go:1.15.13
steps:
- checkout
- run:
Expand All @@ -16,7 +16,7 @@ jobs:
command: go test ./replica
build_push:
docker: # run the steps with Docker
- image: cimg/go:1.13 # ...with this image as the primary container
- image: cimg/go:1.15.13 # ...with this image as the primary container
# this is where all `steps` will run
steps:
- checkout
Expand Down