Skip to content

Commit

Permalink
.travis.yaml: Bump to go version 1.15.11
Browse files Browse the repository at this point in the history
  • Loading branch information
lilic committed Apr 19, 2021
1 parent f83c864 commit bb5b907
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services: docker

go:
- 1.12.12
- 1.15.7
- 1.15.11

notifications:
on_success: never
Expand Down Expand Up @@ -35,15 +35,15 @@ matrix:
exclude:
- go: 1.15.7
env: TARGET=linux-amd64-integration-1-cpu
- go: 1.15.7
- go: 1.15.11
env: TARGET=linux-amd64-integration-2-cpu
- go: 1.15.7
- go: 1.15.11
env: TARGET=linux-amd64-unit-4-cpu-race
- go: 1.15.7
- go: 1.15.11
env: TARGET=linux-amd64-coverage
- go: 1.15.7
- go: 1.15.11
env: TARGET=linux-amd64-fmt-unit-go-tip-2-cpu
- go: 1.15.7
- go: 1.15.11
env: TARGET=linux-386-unit-1-cpu

before_install:
Expand Down

0 comments on commit bb5b907

Please sign in to comment.