Advice to build plugin using Go 1.16 is no longer viable #1193
Labels
app/lscert
bug
Something isn't working
output/extended
Long Service Output (aka, "extended" or "detailed")
plugin/check_cert
Milestone
While troubleshooting some service checks I was setting up for some older hosts I found that the certificates were missing SANs entries.
The following output is from
lscert
using a development snapshot of the code (but likely matches stable releases):Attempting to actually do so fails due to a vendored dependency:
Attempting to use
-mod=mod
or similar doesn't work either.While it may be possible to update the directions to walk the sysadmin through checking out a specific tag with dependencies known to successfully compile with Go 1.16, it's probably not really a viable workaround.
Instead, we should remove all mention of building with Go 1.16.
The text was updated successfully, but these errors were encountered: