Git Product home page Git Product logo

Comments (10)

thaJeztah avatar thaJeztah commented on June 16, 2024 2

Quick check; looks like it does 👍

docker run --rm -w /foo golang:1.20 sh -c 'go mod init foo && go get github.com/containerd/nydus-snapshotter@latest'
go: creating new go.mod: module foo
go: downloading github.com/containerd/nydus-snapshotter v0.12.0
go: added github.com/containerd/nydus-snapshotter v0.12.0

from nydus-snapshotter.

thaJeztah avatar thaJeztah commented on June 16, 2024 1

Thanks! I see a v0.12.0 tag was created; https://github.com/containerd/nydus-snapshotter/releases/tag/v0.12.0

🤞 hope that helps with the situation (but I think it does)

from nydus-snapshotter.

imeoer avatar imeoer commented on June 16, 2024

cc @changweige PTAL

from nydus-snapshotter.

imeoer avatar imeoer commented on June 16, 2024

https://proxy.golang.org/github.com/containerd/nydus-snapshotter/@v/list
It seems to have some broken versions cached in the go module proxy.

from nydus-snapshotter.

changweige avatar changweige commented on June 16, 2024

The wrongly released versions have already been retracted from go.mod

retract (
	v0.11.3
	v0.11.2
	v0.11.1
	v0.11.0
	v0.3.0 // retagged: cd604c1b597558ea045a79c4f80a8c780909801b -> 85653575c7dafb6b06548478ee1dc61ac5905d00
)```

from nydus-snapshotter.

thaJeztah avatar thaJeztah commented on June 16, 2024

Wondering if it is because the version that retracts them is older than v0.11.0,

Maybe the best way forward is to tag a v0.12.0 release, so that latest is what can safely be used

from nydus-snapshotter.

thaJeztah avatar thaJeztah commented on June 16, 2024

I guess I should also mention that v0.11 can no longer be used as version; I see v0.10 was released recently, and v0.11 should be skipped now

from nydus-snapshotter.

imeoer avatar imeoer commented on June 16, 2024

@thaJeztah +1, let's do that.

from nydus-snapshotter.

imeoer avatar imeoer commented on June 16, 2024

Now we have the latest version https://github.com/containerd/nydus-snapshotter/releases/tag/v0.12.0

$ go get github.com/containerd/nydus-snapshotter@latest
go: downloading github.com/containerd/nydus-snapshotter v0.12.0

Thanks for the bug report cc @AkihiroSuda @thaJeztah

from nydus-snapshotter.

AkihiroSuda avatar AkihiroSuda commented on June 16, 2024

Thank you!

from nydus-snapshotter.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.