Skip to content

Commit

Permalink
Merge pull request #93 from briandowns/fix_panic
Browse files Browse the repository at this point in the history
make go use go for user lookup
  • Loading branch information
briandowns authored Jul 17, 2020
2 parents b1ec432 + abcc983 commit 2a5ac9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ REVISION=$(shell git rev-parse HEAD)$(shell if ! git diff --no-ext-diff --quiet
RELEASE=${PROG}.${GOOS}-${GOARCH}


BUILDTAGS = netgo
BUILDTAGS = netgo osusergo
GO_BUILDTAGS += ${BUILDTAGS}
GO_BUILDTAGS ?= no_embedded_executor
GO_BUILDTAGS += ${DEBUG_TAGS}
Expand Down

0 comments on commit 2a5ac9c

Please sign in to comment.