Skip to content

Commit

Permalink
Merge pull request #40 from janritter/renovate/minor-circleci
Browse files Browse the repository at this point in the history
chore(deps): update cimg/go docker tag to v1.20
  • Loading branch information
janritter committed Feb 12, 2023
2 parents bfaf9fc + 455704b commit 6bcaeec
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 @@ -6,7 +6,7 @@ orbs:
jobs:
test:
docker:
- image: cimg/go:1.19
- image: cimg/go:1.20
working_directory: ~/go/src/github.com/janritter/aws-lambda-live-tuner
steps:
- checkout
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:

build-release:
docker:
- image: cimg/go:1.19
- image: cimg/go:1.20
working_directory: ~/go/src/github.com/janritter/aws-lambda-live-tuner
steps:
- checkout
Expand Down

0 comments on commit 6bcaeec

Please sign in to comment.