Skip to content

Commit

Permalink
fix golang-ci-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
davidnewhall committed Jul 5, 2022
1 parent 4a51521 commit f9f4762
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ os: linux
dist: bionic
language: go
go:
- 1.17.x
- 1.18.x
install:
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.43.0
- curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.46.2
script:
- make test

0 comments on commit f9f4762

Please sign in to comment.