Skip to content

Commit

Permalink
[*] chore: update go version requirement to go 1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-M-C committed Apr 21, 2021
1 parent 4b3d5b4 commit 9bffa27
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
language: go

go:
- 1.12
- 1.13
- 1.14
- 1.15
- 1.16

install:
- go get github.com/mattn/goveralls
Expand Down
4 changes: 3 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
module github.com/Andrew-M-C/go.jsonvalue

go 1.13

require (
github.com/buger/jsonparser v0.0.0-20181115193947-bf1c66bbce23
github.com/json-iterator/go v1.1.10
)

go 1.11

0 comments on commit 9bffa27

Please sign in to comment.