From 3d27967b718af2c0c2d96548f66d2b4a98f9afab Mon Sep 17 00:00:00 2001 From: hc-github-team-nomad-core <82989552+hc-github-team-nomad-core@users.noreply.github.com> Date: Wed, 24 Aug 2022 09:12:21 -0400 Subject: [PATCH] backport of commit c4ec30aacf07847732ad4cccad79a2070dfd6a0f (#14276) This pull request was automerged via backport-assistant --- .changelog/14248.txt | 3 +++ GNUmakefile | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 .changelog/14248.txt diff --git a/.changelog/14248.txt b/.changelog/14248.txt new file mode 100644 index 00000000000..32b4e40e9e0 --- /dev/null +++ b/.changelog/14248.txt @@ -0,0 +1,3 @@ +```release-note:bug +client: Fixed a bug where user lookups would hang or panic +``` diff --git a/GNUmakefile b/GNUmakefile index ab6297146b0..227b6ce04b6 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -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)