Skip to content

Commit

Permalink
Merge pull request #47 from kenfdev/renovate/cimg-go-1.x
Browse files Browse the repository at this point in the history
Update cimg/go Docker tag to v1.21
  • Loading branch information
kenfdev authored Sep 11, 2023
2 parents ad6d7e1 + b969346 commit 366ff64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ version: 2
jobs:
build:
docker:
- image: cimg/go:1.20
- image: cimg/go:1.21
working_directory: ~/go/src/github.com/kenfdev/remo-exporter
steps:
- checkout
Expand All @@ -28,7 +28,7 @@ jobs:

test:
docker:
- image: cimg/go:1.20
- image: cimg/go:1.21
working_directory: ~/go/src/github.com/kenfdev/remo-exporter
steps:
- checkout
Expand Down

0 comments on commit 366ff64

Please sign in to comment.