Skip to content

Commit

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

This file was deleted.

12 changes: 3 additions & 9 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,10 @@ PROJECT_SHA ?= $(shell git rev-parse HEAD)
PROJECT_VERSION ?= $(lastword $(shell git tag --sort version:refname --merged $(shell git rev-parse --abbrev-ref HEAD)))
PROJECT_RELEASE ?= dev

# Until we support go.mod properly
export GO111MODULE = off
export GO111MODULE = on
export GOPRIVATE = 'go.aporeto.io/*,github.com/aporeto-inc/*'

ci: init lint test codecov

init:
go get -u github.com/aporeto-inc/go-bindata/...
go get -u github.com/golangci/golangci-lint/cmd/golangci-lint
dep ensure
dep status
ci: lint test codecov

lint:
# --enable=unparam
Expand Down

0 comments on commit c55d8ad

Please sign in to comment.