containerd / zfs

ZFS snapshotter plugin for containerd
Apache License 2.0
67 stars 29 forks source link

go.mod: github.com/mistifyio/go-zfs/v3 v3.0.1 #73

Closed thaJeztah closed 1 year ago

thaJeztah commented 1 year ago

full diff: https://github.com/mistifyio/go-zfs/compare/v3.0.0...v3.0.1

thaJeztah commented 1 year ago

No idea why the linter continues failing;

2023-05-24T22:31:59.9967455Z ##[group]run golangci-lint
2023-05-24T22:31:59.9968701Z Running [/home/runner/golangci-lint-1.50.1-linux-amd64/golangci-lint run --out-format=github-actions --path-prefix=src/github.com/containerd/zfs] in [/home/runner/work/zfs/zfs/src/github.com/containerd/zfs] ...
2023-05-24T22:33:18.6649045Z ##[error]The runner has received a shutdown signal. This can happen when the runner service is stopped, or a manually started runner is canceled.
2023-05-24T22:33:18.7982111Z Cleaning up orphan processes
thaJeztah commented 1 year ago

Ah! Looks like Go may not have been installed (which it no longer does automatically)

thaJeztah commented 1 year ago

opened https://github.com/containerd/zfs/pull/74 to fix CI