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
- Host: GitHub
- URL: https://github.com/debug-ing/go-version-checker
- Owner: debug-ing
- Created: 2024-12-16T15:57:29.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-16T17:21:07.000Z (about 1 year ago)
- Last Synced: 2025-01-21T14:19:56.207Z (about 1 year ago)
- Language: Go
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```