Skip to content

Commit

Permalink
Fix travis go version
Browse files Browse the repository at this point in the history
  • Loading branch information
anbsky committed Feb 16, 2021
1 parent eb6bb93 commit cb68cb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ os: linux
dist: xenial
language: go
go:
- 1.11.x
- 1.15.x

env:
global:
Expand Down
2 changes: 1 addition & 1 deletion schema/.travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ dist: trusty
language: go

go:
- 1.10.3
- 1.15.x

script:
- ./build_and_test.sh

0 comments on commit cb68cb0

Please sign in to comment.