Skip to content

Commit ef7ad04

Browse files
committed
Update to Go 1.13 to support Go modules out of the box
1 parent 8ecccc2 commit ef7ad04

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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: circleci/golang:1.10
24+
- image: cimg/go: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: circleci/golang:1.10
50+
- image: cimg/go:1.13
5151
steps:
5252
- attach_workspace:
5353
at: .

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ If you don't want to run the controller in real time, you can change the time ac
120120

121121
### Requirements
122122
You need to install following dependencies first:
123-
* Go >= 1.10
123+
* Go >= 1.13
124124
* Node
125125
* Yarn
126126

0 commit comments

Comments
 (0)