Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | restore compatibility with Go 1.16 | Moritz Poldrack | 2022-08-06 | 1 | -0/+1 |
| | | | | | | | | | Fix build error with go 1.16: //go:build comment without // +build comment Signed-off-by: Moritz Poldrack <git@moritz.sh> Acked-by: Robin Jarry <robin@jarry.cc> | ||||
* | lint: add golangci-lint to the linters | Moritz Poldrack | 2022-08-04 | 1 | -0/+5 |
go vet has been removed from the lint step as it is run by the new linter. Signed-off-by: Moritz Poldrack <moritz@poldrack.dev> Acked-by: Robin Jarry <robin@jarry.cc> |