Skip to content

Commit 27412b3

Browse files
committed
Use next-gen circleci images
1 parent d9d97a5 commit 27412b3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.circleci/config.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2
22
jobs:
33
frontend:
44
docker:
5-
- image: circleci/node:16.14
5+
- image: cimg/node:16.14
66
steps:
77
- checkout
88
- run:
@@ -21,7 +21,7 @@ jobs:
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
@@ -46,7 +46,7 @@ jobs:
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}

0 commit comments

Comments
 (0)