Skip to content

Commit

Permalink
Golang: Add support for 1.16, 1.15, 1.14 (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
donutloop committed May 9, 2021
1 parent 1b783ea commit 169097d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
@@ -1,7 +1,10 @@
language: go
go:
- 1.13.x

- 1.14.x
- 1.15.x
- 1.16.x

os:
- linux
- osx
Expand Down

0 comments on commit 169097d

Please sign in to comment.