Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: go-nv/goenv

Tags

2.2.31

Toggle 2.2.31's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update APP_VERSION to 2.2.31 (#482)

Co-authored-by: goenv-bot <[email protected]>

2.2.30

Toggle 2.2.30's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update APP_VERSION to 2.2.30 (#478)

Co-authored-by: goenv-bot <[email protected]>

2.2.29

Toggle 2.2.29's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump actions/checkout from 4 to 5 (#473)

Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4...v5)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

2.2.28

Toggle 2.2.28's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update APP_VERSION to 2.2.28 (#472)

Co-authored-by: goenv-bot <[email protected]>

2.2.27

Toggle 2.2.27's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[goenv-bot]: Add 1.24.6 1.23.12 definition to goenv (#469)

Co-authored-by: ChronosMasterOfAllTime <[email protected]>

2.2.26

Toggle 2.2.26's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Don't suggest adding GOROOT/bin and GOPATH/bin to the PATH. (#463)

The installation instructions say to make the shell init script execute the
output of `goenv init -`. That output contains this among other things:
```
export PATH="${GOENV_ROOT}/shims:${PATH}"
```
The main point of that line is to make the `go` command resolve to
`$GOENV_ROOT/shims/go` such that `goenv` has control over the default `go`.

The installation instructions later say to add this after the eval in order to
let "goenv manage GOPATH and GOROOT":
```
export PATH="$GOROOT/bin:$PATH"
export PATH="$PATH:$GOPATH/bin"
```

This effectively overrides the first line as `$GOROOT/bin` is also expected to
contain a `go` binary. However that binary is not controlled by `goenv`.
Furthermore AFAICT these two lines do not make "goenv manage GOPATH and GOROOT".

This has confused at least [one other user](#186 (comment)).

This change removes the section about GOROOT and GOPATH as I don't see why it
would belong in the goenv installation instructions.

2.2.25

Toggle 2.2.25's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add support for major.minor.patch go.mod and toolchain (#455)

2.2.24

Toggle 2.2.24's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update APP_VERSION to 2.2.24 (#452)

Co-authored-by: goenv-bot <[email protected]>

2.2.23

Toggle 2.2.23's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update APP_VERSION to 2.2.23 (#449)

Co-authored-by: goenv-bot <[email protected]>

2.2.22

Toggle 2.2.22's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update APP_VERSION to 2.2.22 (#445)

Co-authored-by: goenv-bot <[email protected]>