Commit Graph

4 Commits

Author SHA1 Message Date
Paul Holzinger bb74ff653c
fix inconsitent go build tags
Run `go fmt ./...` which automatically adds the new build tag syntax.
This change is backwards compatible.

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2022-11-02 20:51:27 +01:00
Nalin Dahyabhai 4e3bb7e95f Remove dependencies on ffjson
Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
2021-05-06 12:04:23 -04:00
Sascha Grunert add656c547
Update golangci-lint to v1.23.1 and remove from vendoring
It is an upstream recommendation to not vendor golangci-lint and use the
pre-built binary instead. This means we now remove it from the vendored
sources and update the config as well.

Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2020-01-28 14:21:16 +01:00
Sascha Grunert 66c879f02a
Switch to golangci-lint
This commit uses internal tools vendoring to switch to golangci-lint. All
working linters have been enabled. The other tools have been vendored as
well into the same tools folder, whereas the corresponding test and
build targets have been adapted as well.

Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2019-07-17 11:13:06 +02:00