| 4 Apr 2024 |
jrick | run_test.sh calls go list -m all since the lint tool being used doesn't understand ./... | 20:23:09 |
jrick | so it is picking up transitive modules that don't appear in the import graph | 20:23:31 |
@qbit:tapenet.org | heh, it built fine for me | 20:26:15 |
@qbit:tapenet.org | this 23.11? | 20:26:20 |
jrick | unstable | 20:26:29 |
jrick | it builds fine, but check the log | 20:26:34 |
jrick | if go list -m all worked properly during check phase it should have errored for missing linter tools not being installed | 20:27:35 |
jrick | but because this script is not dying on that error, it ends up linting nothing, and passes checks | 20:27:53 |
jrick | i'm less sure about that PR now, doesn't seem like it would change what gets placed in the proxied module cache | 20:48:59 |