Skip to content

Commit e0df6ec

Browse files
chenrui333jmattheis
authored andcommitted
ci: upgrade ci to go1.17
1 parent aa59a3d commit e0df6ec

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

.travis.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,10 @@
11
language: go
22
go:
3-
- "1.14.3"
3+
- "1.17.x"
44

55
notifications:
66
email: false
77

8-
env:
9-
- GO111MODULE=on
10-
11-
install:
12-
- go mod download
13-
- go mod verify
14-
158
script:
169
- go test ./...
1710

0 commit comments

Comments
 (0)