Skip to content

Commit

Permalink
Use go modules
Browse files Browse the repository at this point in the history
  • Loading branch information
osamingo committed Sep 11, 2019
1 parent 88fd24d commit 6634745
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ language: go
go:
- 1.11.x
- 1.12.x
- 1.13.x

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

before_script:
- golangci-lint run ./...
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/osamingo/gosh

go 1.13

0 comments on commit 6634745

Please sign in to comment.