Skip to content

Commit

Permalink
Update CI to use Go 1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
g3force committed Nov 18, 2020
1 parent 6b48a2e commit 3ae008f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

backend:
docker:
- image: circleci/golang:1.10
- image: circleci/golang:1.14

working_directory: /go/src/github.com/RoboCup-SSL/ssl-vision-client
steps:
Expand All @@ -41,7 +41,7 @@ jobs:

publish-github-release:
docker:
- image: circleci/golang:1.10
- image: circleci/golang:1.14
steps:
- attach_workspace:
at: .
Expand Down

0 comments on commit 3ae008f

Please sign in to comment.