You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: use inline PATH for GOBIN in generated Makefile
The `export PATH := $(GOBIN):$(PATH)` approach does not propagate
to recipe commands in Make. Use inline `PATH="$(GOBIN):$$PATH"` on
each command that needs wgo/templ so they are always found after
go install.
0 commit comments