Skip to content

Commit 201f627

Browse files
authored
test: add circle CI job for Go 1.14 (#750)
1 parent 8d9afd0 commit 201f627

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ version: 2
55
jobs:
66
test:
77
docker:
8-
- image: circleci/golang:1.13
8+
- image: circleci/golang:1.14
99
steps:
1010
- checkout
1111
- run: go mod download

0 commit comments

Comments
 (0)