Skip to content

Commit aea1b33

Browse files
authored
Merge pull request #792 from roidelapluie/go115
Support go 1.15
2 parents c650ae9 + 8e5b4c2 commit aea1b33

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.circleci/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,9 @@ workflows:
7474
name: go-1-14
7575
go_version: "1.14"
7676
run_lint: true
77+
- test:
78+
name: go-1-15
79+
go_version: "1.15"
80+
run_lint: true
7781
# Style is only checked against the latest supported Go version.
7882
run_style: true

0 commit comments

Comments
 (0)