Skip to content

Commit

Permalink
backport of commit c4ec30a
Browse files Browse the repository at this point in the history
  • Loading branch information
shoenig committed Aug 23, 2022
1 parent a19bd93 commit dde7085
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .changelog/14248.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:bug
client: Fixed a bug where user lookups would hang or panic
```
2 changes: 1 addition & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ifneq (MSYS_NT,$(THIS_OS))
GOPATH=$(shell go env GOPATH | cut -d: -f1)
endif

GO_TAGS ?=
GO_TAGS ?= osusergo

ifeq ($(CI),true)
GO_TAGS := codegen_generated $(GO_TAGS)
Expand Down

0 comments on commit dde7085

Please sign in to comment.