Skip to content

Commit

Permalink
chore: upgrade mod
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfogre committed Sep 22, 2020
1 parent 81316eb commit 3f65cbc
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ language: go

go:
- 1.14.x
- 1.15.x

before_install:
- go get -t -v ./...
Expand Down
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
generage:
rm -f *_sequence.go
go run cmd/generate/main.go

2 changes: 1 addition & 1 deletion cmd/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/gochore/timeseq/cmd

go 1.14
go 1.15
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module github.com/gochore/timeseq

go 1.14
go 1.15

require github.com/gochore/pt v1.1.0

0 comments on commit 3f65cbc

Please sign in to comment.