Skip to content

Commit 09896d7

Browse files
authored
Migrate go modules (#82)
* Migrate to Go modules * Update Travis to build against more recent Go versions
1 parent b71268b commit 09896d7

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
language: go
22
go:
3-
- 1.7
4-
- 1.8
5-
- 1.9
3+
- "1.12"
4+
- "1.13"
65
- stable
76
- master
87
matrix:

go.mod

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module github.com/messagebird/go-rest-api
2+
3+
go 1.12

0 commit comments

Comments
 (0)