fix go version in travis

This commit is contained in:
Niko Storni 2022-05-04 19:22:19 +02:00
parent df33fb9263
commit 230bfe4a41

View file

@ -2,7 +2,7 @@ os: linux
dist: bionic dist: bionic
language: go language: go
go: go:
- 1.16.3 - 1.17.x
install: true install: true