~bigbes/core-go

ref: 0c56cc143e7dc0ba583114c3f50bce35035007a9 core-go/.builds d---------
a72070e5 — Conrad Hoffmann 9 months ago
Run golangci-lint in CI

See https://golangci-lint.run

This has already helped uncover some issues, and we should make more use
of it. Currently we have to disable one of the default lints, as we have
a lot of issues it complains about. I plan to address those one by one
and enable it. Until then, put this in place to make sure we don't
re-introduce any of the issues we've eliminated so far.
8400925c — Drew DeVault 1 year, 25 days ago
.builds/alpine.yml: upgrade to 3.22
59aa639e — Drew DeVault 1 year, 9 months ago
.builds/alpine.yml: upgrade to Alpine 3.20
2e7ac4ec — Conrad Hoffmann 2 years ago
Update and simplify build manifest

Alpine 3.14 uses Go 1.16, but go.mod says 1.17. Also, no external
repository should be required for core-go.
dc0584da — Drew DeVault 5 years ago
.builds/alpine.yml: upgrade to 3.14
6cd81576 — Drew DeVault 5 years ago
.builds/alpine.yml: tune verbosity down
a8bf3107 — Drew DeVault 5 years ago
.builds/alpine.yml: run tests
9d6ae2ee — наб 6 years ago
Initial commit