File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -70,5 +70,9 @@ workflows:
70
70
name : go-1-13
71
71
go_version : " 1.13"
72
72
run_lint : true
73
+ - test :
74
+ name : go-1-14
75
+ go_version : " 1.14"
76
+ run_lint : true
73
77
# Style is only checked against the latest supported Go version.
74
78
run_style : true
Original file line number Diff line number Diff line change 6
6
- 1.11.x
7
7
- 1.12.x
8
8
- 1.13.x
9
-
9
+ - 1.14.x
10
+
10
11
script :
11
12
- make check_license unused test-short
12
- - if [[ ! $TRAVIS_GO_VERSION =~ ^1\.(9|10)\. ]]; then make lint; fi
13
+ - if [[ ! $TRAVIS_GO_VERSION =~ ^1\.(9|10|11 )\. ]]; then make lint; fi
13
14
# Style is only checked against the latest supported Go version.
14
- - if [[ $TRAVIS_GO_VERSION =~ ^1\.(13 )\. ]]; then make style; fi
15
+ - if [[ $TRAVIS_GO_VERSION =~ ^1\.(14 )\. ]]; then make style; fi
You can’t perform that action at this time.
0 commit comments