Skip to content

Commit bb4c4e4

Browse files
committed
ci: Update Go version to 1.14
1 parent f86db4c commit bb4c4e4

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
@@ -18,7 +18,7 @@ jobs:
1818

1919
backend:
2020
docker:
21-
- image: circleci/golang:1.10
21+
- image: circleci/golang:1.14
2222
working_directory: /go/src/github.com/RoboCup-SSL/ssl-status-board
2323
steps:
2424
- checkout
@@ -45,7 +45,7 @@ jobs:
4545

4646
publish-github-release:
4747
docker:
48-
- image: circleci/golang:1.10
48+
- image: circleci/golang:1.14
4949
steps:
5050
- attach_workspace:
5151
at: .

0 commit comments

Comments
 (0)