Skip to content

Commit

Permalink
ci: Update Go version to 1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
g3force committed Feb 2, 2021
1 parent f86db4c commit bb4c4e4
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-status-board
steps:
- checkout
Expand All @@ -45,7 +45,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 bb4c4e4

Please sign in to comment.