Skip to content

Commit

Permalink
chore(deps): update cimg/go docker tag to v1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 8, 2024
1 parent d445759 commit 3e89866
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2.0
jobs:
lint:
docker:
- image: cimg/go:1.21-node
- image: cimg/go:1.23-node
steps:
- run: node --version
- run: npm --version
Expand All @@ -25,7 +25,7 @@ jobs:
- run: yarn run lint
test-unit:
docker:
- image: cimg/go:1.21-node
- image: cimg/go:1.23-node
steps:
- run: node --version
- run: npm --version
Expand All @@ -49,7 +49,7 @@ jobs:
- run: yarn codecov
test-e2e:
docker:
- image: cimg/go:1.21-node
- image: cimg/go:1.23-node
steps:
- run: node --version
- run: npm --version
Expand All @@ -72,7 +72,7 @@ jobs:
- run: yarn run test:e2e
demo:
docker:
- image: cimg/go:1.21-node
- image: cimg/go:1.23-node
steps:
- run: node --version
- run: npm --version
Expand Down

0 comments on commit 3e89866

Please sign in to comment.