https://github.com/doesdev/go-latest
Get latest GO version tag
https://github.com/doesdev/go-latest
Last synced: 11 months ago
JSON representation
Get latest GO version tag
- Host: GitHub
- URL: https://github.com/doesdev/go-latest
- Owner: doesdev
- License: mit
- Created: 2016-11-24T17:37:51.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-06-08T21:17:31.000Z (over 6 years ago)
- Last Synced: 2025-02-20T07:11:32.531Z (11 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-latest [](https://npmjs.org/package/go-latest) [](https://github.com/feross/standard) [](https://dependencyci.com/github/doesdev/go-latest)
> Get latest GO version tag
## local install
```sh
$ npm install --save go-latest
```
## cli install
```sh
$ npm install --global go-latest
```
## programmatic usage
```js
const goLatest = require('go-latest')
goLatest().then(console.log).catch(console.error)
```
## cli usage
```sh
$ go-latest
# 1.7.3
```
## License
MIT © [Andrew Carpenter](https://github.com/doesdev)