Skip to content

Commit e8efab5

Browse files
committed
Update circleci images
1 parent 73afdee commit e8efab5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 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:10.8.0
5+
- image: circleci/node:16.14.0
66
steps:
77
- checkout
88
- run:
@@ -21,7 +21,7 @@ jobs:
2121

2222
backend:
2323
docker:
24-
- image: circleci/golang:1.17
24+
- image: circleci/golang: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.17
49+
- image: circleci/golang:1.18
5050
steps:
5151
- attach_workspace:
5252
at: .

0 commit comments

Comments
 (0)