Skip to content

Commit

Permalink
chore(travis): bump go version there
Browse files Browse the repository at this point in the history
  • Loading branch information
georgettica committed Mar 28, 2022
1 parent a700109 commit 3b0d7cd
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,12 +3,12 @@ language: go
sudo: false

go:
- 1.13.x
- 1.18.x

before_install:
- go get golang.org/x/tools/cmd/cover
- go get github.com/mattn/goveralls
script:
- make test
after_success:
- bash <(curl -s https://codecov.io/bash)
- bash <(curl -s https://codecov.io/bash)

0 comments on commit 3b0d7cd

Please sign in to comment.