Skip to content

Commit 3b0d7cd

Browse files
committed
chore(travis): bump go version there
1 parent a700109 commit 3b0d7cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ language: go
33
sudo: false
44

55
go:
6-
- 1.13.x
6+
- 1.18.x
77

88
before_install:
99
- go get golang.org/x/tools/cmd/cover
1010
- go get github.com/mattn/goveralls
1111
script:
1212
- make test
1313
after_success:
14-
- bash <(curl -s https://codecov.io/bash)
14+
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)