Skip to content

Commit f23c6de

Browse files
chore(deps): update cimg/go docker tag to v1.25
1 parent 2e3cfb7 commit f23c6de

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2.0
22
jobs:
33
lint:
44
docker:
5-
- image: cimg/go:1.21-node
5+
- image: cimg/go:1.25-node
66
steps:
77
- run: node --version
88
- run: npm --version
@@ -25,7 +25,7 @@ jobs:
2525
- run: yarn run lint
2626
test-unit:
2727
docker:
28-
- image: cimg/go:1.21-node
28+
- image: cimg/go:1.25-node
2929
steps:
3030
- run: node --version
3131
- run: npm --version
@@ -49,7 +49,7 @@ jobs:
4949
- run: yarn codecov
5050
test-e2e:
5151
docker:
52-
- image: cimg/go:1.21-node
52+
- image: cimg/go:1.25-node
5353
steps:
5454
- run: node --version
5555
- run: npm --version
@@ -72,7 +72,7 @@ jobs:
7272
- run: yarn run test:e2e
7373
demo:
7474
docker:
75-
- image: cimg/go:1.21-node
75+
- image: cimg/go:1.25-node
7676
steps:
7777
- run: node --version
7878
- run: npm --version

0 commit comments

Comments
 (0)