Skip to content

Commit

Permalink
Bump min Go version to 1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
rubiojr authored and muesli committed Oct 3, 2020
1 parent 42fa791 commit 4872445
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ os:
- osx

go:
- 1.11.x
- 1.12.x
- 1.13.x
- 1.14.x
- tip

matrix:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/muesli/beehive

go 1.12
go 1.13

require (
github.com/ChimeraCoder/anaconda v2.0.0+incompatible
Expand Down

0 comments on commit 4872445

Please sign in to comment.