Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove pre-go1.17 build-tags, and fix missing build-tags in plugin
The plugin package did not have build-tags, but imported the main module, which only is supported on linux and freebsd. As a result, golangci-lint would fail on other platforms: INFO [runner] linters took 3.644851708s with stages: goanalysis_metalinter: 3.634862583s plugin/plugin.go:25:2: could not import github.com/containerd/zfs (-: build constraints exclude all Go files in ) (typecheck) "github.com/containerd/zfs" Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
- Loading branch information