Skip to content

Commit 578d88a

Browse files
authored
Merge pull request #3 from mattevans/feat/modules
build(mod): tidy + travis ver bump
2 parents e472aae + 7a9e184 commit 578d88a

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.travis.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
sudo: false
22
language: go
33
go:
4-
- 1.5.x
5-
- 1.6.x
6-
- 1.7.x
7-
- 1.8.x
8-
- 1.9.x
4+
- 1.16.x
95
- tip

go.mod

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module github.com/mattevans/postmark-go
2+
3+
go 1.16

0 commit comments

Comments
 (0)