We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#1471 was failing on the windows go-releaser gha due to:
# github.com/Microsoft/hcsshim/internal/oc Error: C:\Users\runneradmin\go\pkg\mod\github.com\!microsoft\[email protected]\internal\oc\errors.go:21:39: undefined: errdefs.ToGRPC
This issues is fixed on v0.12.8 (containerd/containerd#10857).
To get the version bump to pass, I've had to add a replace directive to our go.mod
replace github.com/Microsoft/hcsshim => github.com/Microsoft/hcsshim v0.12.8
We need to remove this when containerd gets bumped again and includes the fixed library.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
#1471 was failing on the windows go-releaser gha due to:
This issues is fixed on v0.12.8 (containerd/containerd#10857).
To get the version bump to pass, I've had to add a replace directive to our go.mod
We need to remove this when containerd gets bumped again and includes the fixed library.
The text was updated successfully, but these errors were encountered: