An open API service indexing awesome lists of open source software.

https://github.com/debug-ing/go-version-checker

sample action for get go version project
https://github.com/debug-ing/go-version-checker

Last synced: 11 months ago
JSON representation

sample action for get go version project

Awesome Lists containing this project

README

          

# Go version checker github action

This project simple github action project for get version golang project.
My first attempts at writing a GitHub action

## User
Add this job to .yml file in workflows

```
jobs:
build:
#add this
- name: Run Go Version Checker
uses: debug-ing/go-version-checker@v1.0.0
```