Stop support for Go1.3
This commit is contained in:
parent
40528dea00
commit
c80386f552
|
@ -16,7 +16,6 @@ go test $packages
|
|||
# The consul package only supports Go1.6+ and therefore we will only run the
|
||||
# corresponding tests on these versions.
|
||||
goversion=$(go version)
|
||||
if [[ "$goversion" != *"go1.3"* ]] &&
|
||||
[[ "$goversion" != *"go1.4"* ]] &&
|
||||
[[ "$goversion" != *"go1.5"* ]]; then
|
||||
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
language: go
|
||||
go:
|
||||
- 1.3
|
||||
- 1.4
|
||||
- 1.5
|
||||
- 1.6
|
||||
|
|
Loading…
Reference in New Issue