{"id":13495415,"url":"https://github.com/go-nv/goenv","last_synced_at":"2026-01-17T11:00:18.596Z","repository":{"id":7455798,"uuid":"56429359","full_name":"go-nv/goenv","owner":"go-nv","description":":blue_car: Like pyenv and rbenv, but for Go.","archived":false,"fork":false,"pushed_at":"2026-01-16T14:36:36.000Z","size":11557,"stargazers_count":2430,"open_issues_count":8,"forks_count":260,"subscribers_count":17,"default_branch":"master","last_synced_at":"2026-01-17T04:31:03.399Z","etag":null,"topics":["bash","go","goenv","golang","homebrew","pyenv","rbenv","shims-goenv","version-manager"],"latest_commit_sha":null,"homepage":"https://github.com/go-nv/goenv","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/go-nv.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-04-17T09:46:37.000Z","updated_at":"2026-01-17T02:36:37.000Z","dependencies_parsed_at":"2023-12-12T18:28:42.942Z","dependency_job_id":"2c04aa62-9bae-4b55-a08d-dfa85f8f32c5","html_url":"https://github.com/go-nv/goenv","commit_stats":null,"previous_names":["syndbg/goenv"],"tags_count":108,"template":false,"template_full_name":null,"purl":"pkg:github/go-nv/goenv","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-nv%2Fgoenv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-nv%2Fgoenv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-nv%2Fgoenv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-nv%2Fgoenv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-nv","download_url":"https://codeload.github.com/go-nv/goenv/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-nv%2Fgoenv/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28506593,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T10:25:30.148Z","status":"ssl_error","status_checked_at":"2026-01-17T10:25:29.718Z","response_time":85,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bash","go","goenv","golang","homebrew","pyenv","rbenv","shims-goenv","version-manager"],"created_at":"2024-07-31T19:01:34.453Z","updated_at":"2026-01-17T11:00:18.457Z","avatar_url":"https://github.com/go-nv.png","language":"Shell","funding_links":[],"categories":["Shell","bash","🌏开源项目"],"sub_categories":[],"readme":"# Go Version Management: goenv\n\n[![PR Checks Status](https://github.com/go-nv/goenv/actions/workflows/pr_checks.yml/badge.svg)](https://github.com/go-nv/goenv/actions/workflows/pr_checks.yml)\n[![Latest Release](https://img.shields.io/github/v/release/go-nv/goenv.svg)](https://github.com/go-nv/goenv/releases/latest)\n[![License](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/go-nv/goenv/blob/main/LICENSE)\n[![Go](https://img.shields.io/badge/Go-%2300ADD8.svg?\u0026logo=go\u0026logoColor=white)](https://go.dev/)\n[![Bash](https://img.shields.io/badge/Bash-4EAA25?logo=gnubash\u0026logoColor=fff)](https://github.com/go-nv/goenv)\n[![Linux](https://img.shields.io/badge/Linux-FCC624?logo=linux\u0026logoColor=black)](https://github.com/go-nv/goenv)\n[![macOS](https://img.shields.io/badge/macOS-000000?logo=macos\u0026logoColor=F0F0F0)](https://github.com/go-nv/goenv)\n\ngoenv aims to be as simple as possible and follow the already established\nsuccessful version management model of [pyenv](https://github.com/pyenv/pyenv) and [rbenv](https://github.com/rbenv/rbenv).\n\nNew go versions are added automatically on a daily CRON schedule.\n\nThis project was cloned from [pyenv](https://github.com/pyenv/pyenv) and modified for Go.\n\n[![asciicast](https://asciinema.org/a/17IT3YiQ56hiJsb2iHpGHlJqj.svg)](https://asciinema.org/a/17IT3YiQ56hiJsb2iHpGHlJqj)\n\n### goenv _does..._\n\n- Let you **change the global Go version** on a per-user basis.\n- Provide support for **per-project Go versions**.\n- Allow you to **override the Go version** with an environment\n  variable.\n- Search commands from **multiple versions of Go at a time**.\n\n### goenv compared to others:\n\n- https://github.com/crsmithdev/goenv depends on Go,\n- https://github.com/moovweb/gvm is a different approach to the problem that's modeled after `nvm`.\n  `goenv` is more simplified.\n\n---\n\n### Hints\n\n#### AWS CodeBuild\n\nThe following snippet can be inserted in your buildspec.yml (or buildspec definition) for AWS CodeBuild. It's recommended to do this during the `pre_build` phase.\n    \n**Side Note:** if you use the below steps, please unset your golang version in the buildspec and run the installer manually.\n\n```yaml\n- (cd /root/.goenv/plugins/go-build/../.. \u0026\u0026 git pull)\n```\n\n---\n\n## Links\n\n- **[How It Works](./HOW_IT_WORKS.md)**\n- **[Installation](./INSTALL.md)**\n- **[Command Reference](./COMMANDS.md)**\n- **[Environment variables](./ENVIRONMENT_VARIABLES.md)**\n- **[Contributing](./CONTRIBUTING.md)**\n- **[Code-of-Conduct](./CODE_OF_CONDUCT.md)**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgo-nv%2Fgoenv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgo-nv%2Fgoenv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgo-nv%2Fgoenv/lists"}