Skip to content

Commit

Permalink
Merge pull request #21 from joseph-v/FixBuildFailure
Browse files Browse the repository at this point in the history
Fix build failure on go version 1.12
  • Loading branch information
skdwriting authored Jun 19, 2020
2 parents 6059678 + d364984 commit 49bb568
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ VERSION ?= $(shell git describe --exact-match 2> /dev/null || \
--always --dirty --abbrev=8)
BUILD_TGT := soda-controller-$(VERSION)-linux-amd64

export GO111MODULE=on

all: build

ubuntu-dev-setup:
Expand Down

0 comments on commit 49bb568

Please sign in to comment.