Skip to content

Commit

Permalink
Bring GOFLAGS back
Browse files Browse the repository at this point in the history
  • Loading branch information
dsimansk committed Jan 17, 2025
1 parent 6f54141 commit ef0763e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hack/update-codegen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ set -o pipefail

source $(dirname $0)/../vendor/knative.dev/hack/codegen-library.sh

# If we run with -mod=vendor here, then generate-groups.sh looks for vendor files in the wrong place.
export GOFLAGS=-mod=

echo "=== Update Codegen for $MODULE_NAME"

group "Kubernetes Codegen"
Expand Down

0 comments on commit ef0763e

Please sign in to comment.