We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2cec9ab + cf7823a commit f6fb435Copy full SHA for f6fb435
.circleci/config.yml
@@ -56,11 +56,10 @@ jobs:
56
product:
57
type: string
58
docker:
59
- - image: cimg/go:1.15.6
+ - image: cimg/go:1.22
60
steps:
61
- checkout
62
- - setup_remote_docker:
63
- version: 20.10.14
+ - setup_remote_docker
64
- run: |
65
./circle-test.sh "<< parameters.product >>"
66
@@ -82,7 +81,7 @@ jobs:
82
81
83
publish_docker_images:
84
85
- - image: 'cimg/python:3.6'
+ - image: 'cimg/python:3.10'
86
87
88
- run:
0 commit comments