switch to go 1.13 and add go mod download again

This commit is contained in:
Jakob 2020-04-13 23:54:56 +02:00 committed by GitHub
parent 7d1ca0a695
commit fd9487ea4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,6 @@ dist: xenial
language: go language: go
go: go:
- 1.11.x
- 1.13.x - 1.13.x
go_import_path: "github.com/pterodactyl/wings" go_import_path: "github.com/pterodactyl/wings"
@ -19,6 +18,8 @@ install:
- go get github.com/haya14busa/goverage - go get github.com/haya14busa/goverage
- go get github.com/schrej/godacov - go get github.com/schrej/godacov
- go mod download
script: script:
- make cross-build - make cross-build
- goverage -v -coverprofile=coverage.out ./... - goverage -v -coverprofile=coverage.out ./...