Skip to content

Commit

Permalink
Remove go.mod (#47)
Browse files Browse the repository at this point in the history
* Remove go.mod

* fix GO111MODULE=on
  • Loading branch information
kyokomi committed Jun 9, 2020
1 parent 0909d26 commit 9229474
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions go.mod

This file was deleted.

2 changes: 1 addition & 1 deletion wercker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ build:
name: install tools
code: |
go get github.com/mattn/goveralls
go get github.com/golangci/golangci-lint/cmd/golangci-lint
GO111MODULE=on go get github.com/golangci/golangci-lint/cmd/golangci-lint
- script:
name: go get
code: |
Expand Down

0 comments on commit 9229474

Please sign in to comment.