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.
1 parent 73afdee commit e8efab5Copy full SHA for e8efab5
.circleci/config.yml
@@ -2,7 +2,7 @@ version: 2
2
jobs:
3
frontend:
4
docker:
5
- - image: circleci/node:10.8.0
+ - image: circleci/node:16.14.0
6
steps:
7
- checkout
8
- run:
@@ -21,7 +21,7 @@ jobs:
21
22
backend:
23
24
- - image: circleci/golang:1.17
+ - image: circleci/golang:1.18
25
working_directory: /go/src/github.com/RoboCup-SSL/ssl-game-controller
26
27
@@ -46,7 +46,7 @@ jobs:
46
47
publish-github-release:
48
49
50
51
- attach_workspace:
52
at: .
0 commit comments