Skip to content
New issue

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

README: Drop the Go workspace vendoring note #781

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ original Cachito.*

<https://go.dev/ref/mod>

Current version: 1.23 [^go-version] [^go-compat] [^workspace-vendoring]
Current version: 1.23 [^go-version] [^go-compat]

The gomod package manager works by parsing the [go.mod](https://go.dev/ref/mod#go-mod-file) file present in the source
repository to determine which dependencies to download. Cachi2 does not parse this file on its own - rather, we rely on
Expand All @@ -177,10 +177,6 @@ See [docs/gomod.md](docs/gomod.md) for more details.
you are or have been experiencing issues with cachi2 related to Go 1.21+, please refer to
[docs/gomod.md](docs/gomod.md#go-121-since-cachi2-v050).

[^workspace-vendoring]: Although Cachi2 supports Go 1.23, support for workspace vendoring
introduced in Go 1.22 hasn't been added yet (still in development) and so if your project makes
use of the feature cachi2 will error out.

### pip

<https://pip.pypa.io/en/stable/>
Expand Down
Loading