Skip to content

Commit

Permalink
.travis.yaml: test build for go v1.16.X
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanbenten authored Feb 21, 2021
1 parent ccef887 commit 644c3a1
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 @@ -11,6 +11,7 @@ go:
- 1.13.x
- 1.14.x
- 1.15.x
- 1.16.x
- tip

env:
Expand Down Expand Up @@ -45,4 +46,4 @@ deploy:
on:
tags: true
go: 1.15.x
overwrite: true
overwrite: true

0 comments on commit 644c3a1

Please sign in to comment.