Skip to content

Commit c6c49d2

Browse files
sbinetcorona10
authored andcommitted
ci: add Go1.11, drop Go1.8 (#17)
1 parent 60ae876 commit c6c49d2

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,13 +13,13 @@ matrix:
1313
allow_failures:
1414
- go: master
1515
include:
16-
- go: 1.8.x
17-
env:
18-
- TAGS="-tags travis"
1916
- go: 1.9.x
2017
env:
2118
- TAGS="-tags travis"
2219
- go: 1.10.x
20+
env:
21+
- TAGS="-tags travis"
22+
- go: 1.11.x
2323
env:
2424
- TAGS="-tags travis"
2525
- COVERAGE="-cover"

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.10
15+
stack: go 1.11
1616

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

0 commit comments

Comments
 (0)