commit | 35b49016ec954a885e6f2dc3ebc8ba82ca97a49c | [log] [tgz] |
---|---|---|
author | Oleksandr K. <okozachenko@vexxhost.com> | Sat Oct 26 00:50:51 2024 +0200 |
committer | GitHub <noreply@github.com> | Fri Oct 25 22:50:51 2024 +0000 |
tree | ad6923fd0d406b06efd5f26f8d5b2194c7ecb771 | |
parent | dce89502cc31bb13dc9aa45312d0c511087d44ba [diff] |
[stable/zed] fix: update go dependencies (#2009) oras-go is the main reason. types.AuthConfig is deprecated in docker v25.x.x. This causes unit test failure. /go/pkg/mod/oras.land/oras-go@v1.2.4/pkg/auth/docker/login_tls.go:44:20: undefined: types.AuthConfig /go/pkg/mod/oras.land/oras-go@v1.2.4/pkg/auth/docker/login_tls.go:62:131: undefined: types.AuthConfig /go/pkg/mod/oras.land/oras-go@v1.2.4/pkg/auth/docker/login_tls.go:122:32: undefined: types.AuthConfig /go/pkg/mod/oras.land/oras-go@v1.2.4/pkg/auth/docker/login.go:54:16: undefined: types.AuthConfig oras-go is indirect dep belonging to helm.sh/helm/v3. Since v3.15.2, helm uses 1.2.5 oras-go. Btw, I updated helm to v3.16.2. here are references. oras-project/oras-go#691 oras-project/oras-go#697 https://github.com/helm/helm/releases/tag/v3.15.2 fix #2004 Depends-On: #2025
If you have any questions and discussions about Atmosphere, you can join the community:
You'll need to make sure that you have pre-commit setup and installed in your environment by running these commands::
pre-commit install --hook-type commit-msg