Skip to content

Commit

Permalink
ci: Upgrade CircleCI to Go 1.21
Browse files Browse the repository at this point in the history
Signed-off-by: Dev <[email protected]>
  • Loading branch information
Dev25 committed Dec 23, 2023
1 parent d47e208 commit 0a45e55
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
version: 2.1

orbs:
docker: circleci/docker@2.2.0
docker: circleci/docker@2.4.0
jobs:
test:
docker:
- image: cimg/go:1.20.1
- image: cimg/go:1.21.5
working_directory: ~/repo
steps:
- checkout
Expand All @@ -17,6 +17,7 @@ workflows:
jobs:
- test
- docker/publish:
remote-docker-version: 20.10.12
image: dev25/mcrouter_exporter
tag: $CIRCLE_BRANCH-$CIRCLE_SHA1
registry: quay.io
Expand All @@ -34,6 +35,7 @@ workflows:
branches:
ignore: /.*/
- docker/publish:
remote-docker-version: 20.10.12
image: dev25/mcrouter_exporter
tag: $CIRCLE_TAG
registry: quay.io
Expand Down

0 comments on commit 0a45e55

Please sign in to comment.