Update .travis.yml

test golang 1.15.x
This commit is contained in:
Sun Yimin 2022-01-13 11:40:21 +08:00 committed by GitHub
parent a919f67dbb
commit 74158d422d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ jobs:
virt: vm
os: linux
dist: focal
go: 1.16.x
go: 1.15.x
group: edge
install:
@ -21,7 +21,6 @@ install:
- go mod download
script:
- go build ./...
- go test -v ./...
#after_success: