Skip to content

Commit 7f9116e

Browse files
authored
Merge pull request #20 from yazgazan/go113-update
Adding go1.13 to travis configuration
2 parents 4650b6a + 27a5140 commit 7f9116e

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
language: go
22
go:
3-
- "1.10"
43
- "1.11"
54
- "1.12"
5+
- "1.13"
66

77
before_install:
88
- go get -u golang.org/x/tools/cmd/cover
99
- go get -u github.com/mattn/goveralls
10-
- curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sudo sh -s -- -b $(go env GOPATH)/bin v1.14.0
10+
- GO111MODULE=off go get -u github.com/golangci/golangci-lint/cmd/golangci-lint
1111

1212
script:
1313
- go build

Readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ A JSON diff utility.
1717

1818
### From source
1919

20-
- Have go 1.10 or greater installed: [golang.org](https://golang.org/doc/install)
20+
- Have go 1.11 or greater installed: [golang.org](https://golang.org/doc/install)
2121
- run `go get -u github.com/yazgazan/jaydiff`
2222

2323
## Usage

go.mod

+2
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,5 @@ require (
1010
golang.org/x/crypto v0.0.0-20181203042331-505ab145d0a9
1111
golang.org/x/sys v0.0.0-20181205085412-a5c9d58dba9a // indirect
1212
)
13+
14+
go 1.10

0 commit comments

Comments
 (0)