Skip to content

Commit

Permalink
modules: finall switch
Browse files Browse the repository at this point in the history
  • Loading branch information
primalmotion committed Oct 7, 2019
1 parent dba994b commit 409d724
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
7 changes: 0 additions & 7 deletions Gopkg.toml

This file was deleted.

7 changes: 2 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,9 @@ PROJECT_VERSION ?= $(lastword $(shell git tag --sort version:refname --merged $(
PROJECT_RELEASE ?= dev

export GO111MODULE = on
export GOPRIVATE = '*'

ci: init lint test codecov

init:
GO111MODULE=off go get -u github.com/aporeto-inc/go-bindata/...
GO111MODULE=off go get -u github.com/golangci/golangci-lint/cmd/golangci-lint
ci: lint test codecov

lint:
# --enable=unparam
Expand Down

0 comments on commit 409d724

Please sign in to comment.