Skip to content

Commit 6ba973e

Browse files
committed
ci: drop Go-1.9+1.10, add Go-1.12.x and Go-1.13.x
1 parent 36da816 commit 6ba973e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.travis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@ matrix:
1313
allow_failures:
1414
- go: master
1515
include:
16-
- go: 1.9.x
16+
- go: 1.13.x
1717
env:
1818
- TAGS="-tags travis"
19-
- go: 1.10.x
19+
- COVERAGE="-cover"
20+
- go: 1.12.x
2021
env:
2122
- TAGS="-tags travis"
2223
- go: 1.11.x
2324
env:
2425
- TAGS="-tags travis"
25-
- COVERAGE="-cover"
2626
- go: master
2727
env:
2828
- TAGS="-tags travis"

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ environment:
1212
matrix:
1313
- TARGET: x86_64-pc-windows-gnu
1414

15-
stack: go 1.11
15+
stack: go 1.13
1616

1717
build_script:
1818
- go get -v -t -race ./...

0 commit comments

Comments
 (0)