containerd/cgroups

Unable to use v3.0.1 release

Dimss opened this issue · 1 comments

Dimss commented

Not sure what I'm doing wrong..

Fetching the latest stable release by executing:
go get github.com/containerd/cgroups@v3.0.1

getting the following error:

go: github.com/containerd/cgroups@v3.0.1: invalid version: go.mod has post-v3 
module path "github.com/containerd/cgroups/v3" at revision v3.0.1

is it me, or is it you guys?

Dimss commented

Hmm.. perhaps it's me
this one works for me
go get github.com/containerd/cgroups/v3@v3.0.1

thanks, closing 😄