https://github.com/passeriform/go-grpc-bootstrap-action
Composite action to setup Go and gRPC with optional code generation
https://github.com/passeriform/go-grpc-bootstrap-action
github-action
Last synced: 4 months ago
JSON representation
Composite action to setup Go and gRPC with optional code generation
- Host: GitHub
- URL: https://github.com/passeriform/go-grpc-bootstrap-action
- Owner: Passeriform
- License: mit
- Created: 2025-04-12T17:03:43.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-12T17:56:04.000Z (about 1 year ago)
- Last Synced: 2025-04-12T18:22:43.199Z (about 1 year ago)
- Topics: github-action
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Go gRPC Bootstrap Action



A composite action to setup a Go and gRPC environment with protobuf bindings and optional code generation.
## Usage
```yml
- name: Bootstrap Go and gRPC
uses: passeriform/go-grpc-bootstrap-action@latest
with:
go-version-file: ./go.mod
protobuf-directory: ./
generate-protobuf-bindings: true
generate-code: true
```
## Contributing
Contributions are welcome! To contribute:
1. Fork the repository.
2. Create a new branch for your feature or bug fix.
3. Submit a pull request with a clear description of your changes.
## License
This project is licensed under the [MIT License](LICENSE).
---
Feel free to open issues or reach out if you encounter any problems or have suggestions for improvements.