Skip to content

Commit 6634745

Browse files
committed
Use go modules
1 parent 88fd24d commit 6634745

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ language: go
44
go:
55
- 1.11.x
66
- 1.12.x
7+
- 1.13.x
78

89
before_install:
9-
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.16.0
10+
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.18.0
1011

1112
before_script:
1213
- golangci-lint run ./...

go.mod

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module github.com/osamingo/gosh
2+
3+
go 1.13

0 commit comments

Comments
 (0)