Skip to content

Commit d5f69a0

Browse files
committed
Back to legacy circleci Go images
1 parent ef7ad04 commit d5f69a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
backend:
2323
docker:
24-
- image: cimg/go:1.13
24+
- image: circleci/golang:1.13
2525
working_directory: /go/src/github.com/RoboCup-SSL/ssl-game-controller
2626
steps:
2727
- checkout
@@ -47,7 +47,7 @@ jobs:
4747

4848
publish-github-release:
4949
docker:
50-
- image: cimg/go:1.13
50+
- image: circleci/golang:1.13
5151
steps:
5252
- attach_workspace:
5353
at: .

0 commit comments

Comments
 (0)