Skip to content

Commit

Permalink
Merge pull request #24 from tkuchiki/improve-test
Browse files Browse the repository at this point in the history
Improve tests
  • Loading branch information
tkuchiki authored Mar 14, 2021
2 parents 736274f + c3bcdf3 commit 28394cd
Show file tree
Hide file tree
Showing 3 changed files with 231 additions and 189 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-18.04
strategy:
matrix:
go: [ '1.14', '1.13', '1.12' ]
go: [ '1.16', '1.15', '1.14', '1.13', '1.12' ]
steps:
- uses: actions/setup-go@v1
with:
Expand Down
3 changes: 3 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module github.com/tkuchiki/go-timezone

go 1.16
Loading

0 comments on commit 28394cd

Please sign in to comment.