Skip to content

Commit

Permalink
zmq4: drop Go-1.12, add Go-1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
sbinet committed Feb 26, 2020
1 parent 7f9b0a0 commit 811d7a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ go_import_path: github.com/go-zeromq/zmq4
sudo: true
language: go
go:
- 1.14.x
- 1.13.x
- 1.12.x
- master
os:
- linux
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/go-zeromq/zmq4

go 1.12
go 1.13

require (
github.com/go-zeromq/goczmq/v4 v4.2.2
Expand Down

0 comments on commit 811d7a6

Please sign in to comment.