# go-versions

> Get list of GO version tags

Latest version **1.3.2** (published 2019-06-08) · MIT license · 0 weekly downloads

## Install

```sh
npm install go-versions
pnpm add go-versions
yarn add go-versions
bun add go-versions
```

Provides the command `go-versions`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.3.2 |
| Published | 2019-06-08 |
| First published | 2016-11-24 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 4.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Andrew Carpenter |
| Maintainers | doesdev |
| Keywords | go, golang, version, tag, list |

## Links

- npm: https://www.npmjs.com/package/go-versions
- Repository: https://github.com/doesdev/go-versions
- Homepage: https://github.com/doesdev/go-versions#readme
- Issues: https://github.com/doesdev/go-versions/issues
- npm.io page: https://npm.io/package/go-versions

## Alternatives

- [angular-pipes](https://npm.io/package/angular-pipes.md) — 5.6K weekly downloads
- [@ng-web-apis/midi](https://npm.io/package/@ng-web-apis/midi.md) — 2.6K weekly downloads
- [happn-3](https://npm.io/package/happn-3.md) — 1.6K weekly downloads
- [@opensip-cli/lang-go](https://npm.io/package/@opensip-cli/lang-go.md) — 1.2K weekly downloads
- [mongoose-typescript](https://npm.io/package/mongoose-typescript.md) — 85 weekly downloads

## Recent versions

- 1.3.2 (latest) — 2019-06-08
- 1.3.1 — 2018-10-09
- 1.3.0 — 2018-08-10
- 1.2.0 — 2018-03-20
- 1.1.0 — 2018-01-28
- 1.0.0 — 2016-11-24

## README

# go-versions [![NPM version](https://badge.fury.io/js/go-versions.svg)](https://npmjs.org/package/go-versions)   [![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](https://github.com/feross/standard)   [![Dependency Status](https://dependencyci.com/github/doesdev/go-versions/badge)](https://dependencyci.com/github/doesdev/go-versions)

> Get list of GO version tags

## local install

```sh
$ npm install --save go-versions
```

## cli install

```sh
$ npm install --global go-versions
```

## programmatic usage

```js
const goVersions = require('go-versions')
goVersions().then(console.log).catch(console.error)
```

## cli usage

```sh
$ go-versions
# 1.7.3
# 1.7.2
# ...
```

## extra

The version list is pulled from github releases. For 90% of cases this needs no
special handling or thought. However, for things like CI which rely on this
module you may encounter problems due to rate limiting. To remedy that we will
pass your (github auth token)[https://github.com/settings/tokens] if you have
it set as an environment variable.

```sh
set GITHUB_OAUTH_TOKEN=mytoken
```

## License

MIT © [Andrew Carpenter](https://github.com/doesdev)

---
_Source: https://npm.io/package/go-versions · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
