golanglint-ci is gone from travis

This commit is contained in:
Cody Lee 2022-10-27 16:25:49 -05:00
parent 1dcea47a76
commit 8b3a8b37ff
1 changed files with 1 additions and 2 deletions

View File

@ -1,10 +1,9 @@
language: go
go:
- 1.14.x
- 1.15.x
- 1.18.x
before_install:
# download super-linter: golangci-lint
- curl -sL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin latest
script:
- go test ./...
- golangci-lint run --disable errcheck