Skip to content

Commit

Permalink
.travis.yml: Test with go v1.15.7
Browse files Browse the repository at this point in the history
Currently in CI the tests are only run with go v1.12, this adds also go
v1.15.7.
  • Loading branch information
lilic committed Apr 9, 2021
1 parent b7e5f5b commit 20c35f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ services: docker

go:
- 1.12.12
- 1.15.7

notifications:
on_success: never
Expand Down Expand Up @@ -84,7 +85,7 @@ script:
&& GO_BUILD_FLAGS='-v' GOARCH=ppc64le ./build"
;;
linux-amd64-grpcproxy)
sudo HOST_TMP_DIR=/tmp TEST_OPTS="PASSES='build grpcproxy'" make docker-test
sudo HOST_TMP_DIR=/tmp TEST_OPTS="PASSES='build grpcproxy'" GO_VERSION=${TRAVIS_GO_VERSION} make docker-test
;;
linux-386-unit)
docker run --rm \
Expand Down

0 comments on commit 20c35f0

Please sign in to comment.