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
We're using both archiver/v3 and archiver/v4, and we should just use one of them unless it's absolutely necessary to continue using v3.
archiver/v3
archiver/v4
v3
As of Dec. 17th, 2024:
tasks.yaml 28: - cmd: go list -f '{{.Version}}' -m github.com/mholt/archiver/v3 src/test/e2e/zarf_test.go 52: args: args{tool: "archiver", toolRepo: "github.com/mholt/archiver/v3"}, src/pkg/bundle/publish.go 17: av3 "github.com/mholt/archiver/v3" src/pkg/bundle/tarball.go 21: av3 "github.com/mholt/archiver/v3"
It looks like src/pkg/bundle/tarball.go is the only file where they are both used:
src/pkg/bundle/tarball.go
uds-cli/src/pkg/bundle/tarball.go
Lines 21 to 22 in 59766a7
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe what should be investigated or refactored
We're using both
archiver/v3
andarchiver/v4
, and we should just use one of them unless it's absolutely necessary to continue usingv3
.Links to any relevant code
As of Dec. 17th, 2024:
It looks like
src/pkg/bundle/tarball.go
is the only file where they are both used:uds-cli/src/pkg/bundle/tarball.go
Lines 21 to 22 in 59766a7
The text was updated successfully, but these errors were encountered: