Skip to content

Commit f6fb435

Browse files
authored
test: Update all ci images (#748)
2 parents 2cec9ab + cf7823a commit f6fb435

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.circleci/config.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,10 @@ jobs:
5656
product:
5757
type: string
5858
docker:
59-
- image: cimg/go:1.15.6
59+
- image: cimg/go:1.22
6060
steps:
6161
- checkout
62-
- setup_remote_docker:
63-
version: 20.10.14
62+
- setup_remote_docker
6463
- run: |
6564
./circle-test.sh "<< parameters.product >>"
6665
@@ -82,7 +81,7 @@ jobs:
8281

8382
publish_docker_images:
8483
docker:
85-
- image: 'cimg/python:3.6'
84+
- image: 'cimg/python:3.10'
8685
steps:
8786
- checkout
8887
- run:

0 commit comments

Comments
 (0)