File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: 2
22jobs :
33 frontend :
44 docker :
5- - image : circleci /node:16.14
5+ - image : cimg /node:16.14
66 steps :
77 - checkout
88 - run :
2121
2222 backend :
2323 docker :
24- - image : circleci/golang :1.18
24+ - image : cimg/go :1.18
2525 working_directory : /go/src/github.com/RoboCup-SSL/ssl-game-controller
2626 steps :
2727 - checkout
4646
4747 publish-github-release :
4848 docker :
49- - image : circleci/golang :1.18
49+ - image : cimg/go :1.18
5050 steps :
5151 - attach_workspace :
5252 at : .
@@ -66,11 +66,11 @@ jobs:
6666
6767 docker :
6868 docker :
69- - image : cimg/base:2021.04
69+ - image : cimg/base:2022.03
7070 steps :
7171 - checkout
7272 - setup_remote_docker :
73- version : 20.10.6
73+ version : 20.10.11
7474 - run : |
7575 TAG=${CIRCLE_TAG:1}
7676 TAG=${TAG:-latest}
You can’t perform that action at this time.
0 commit comments