Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-01-10 | Go: Add missing +build and go:build comments | Danielle De Leo | 1 | -0/+1 | |
A RHEL 8 test was failing because it uses go1.16. The old style must be retained for backwards compat. Fixes: 9a36de84c ("Go: Use Homebrew include paths") Reviewed-by: Andrew Clayton <a.clayton@nginx.com> Reviewed-by: Dylan Arbour <d.arbour@f5.com> Signed-off-by: Danielle De Leo <d.deleo@f5.com> | |||||
2023-12-05 | Go: Use Homebrew include paths | Danielle De Leo | 1 | -0/+14 | |
Fixes nginx/unit#967 |