{"id":18941517,"url":"https://github.com/mchmarny/gorunstarter","last_synced_at":"2026-03-23T21:30:17.963Z","repository":{"id":77051502,"uuid":"199793523","full_name":"mchmarny/gorunstarter","owner":"mchmarny","description":"Simple GitHub repo template for Cloud Run project in go","archived":false,"fork":false,"pushed_at":"2020-01-24T23:36:03.000Z","size":25,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-31T22:43:00.970Z","etag":null,"topics":["cloudrun","dockerfile","gcp","quickstart","service"],"latest_commit_sha":null,"homepage":"https://cloud.google.com/run/","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mchmarny.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-07-31T06:27:25.000Z","updated_at":"2020-01-24T23:36:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"f83cef83-c8f8-4b19-bb49-02713323a32d","html_url":"https://github.com/mchmarny/gorunstarter","commit_stats":null,"previous_names":[],"tags_count":1,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mchmarny%2Fgorunstarter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mchmarny%2Fgorunstarter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mchmarny%2Fgorunstarter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mchmarny%2Fgorunstarter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mchmarny","download_url":"https://codeload.github.com/mchmarny/gorunstarter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239942722,"owners_count":19722330,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cloudrun","dockerfile","gcp","quickstart","service"],"created_at":"2024-11-08T12:28:22.360Z","updated_at":"2026-03-23T21:30:17.916Z","avatar_url":"https://github.com/mchmarny.png","language":"Shell","readme":"# gorunstarter\n\nSimple [Cloud Run](https://cloud.google.com/run/) starter project for `go` meant to be used as a GitHub repository template to speed up new Cloud Run service development by removing the need to re-create the common \"boilerplate\" code and simplifying common steps.\n\n## Audience\n\nFor developers wanting to quickly start their `go` service development on [Cloud Run](https://cloud.google.com/run/) from a well-structured template with minimal amount of external dependencies.\n\n\u003e This is not an official or standard Cloud Run project layout, just a set of common initial bits that are helpful to me.\n\n## Usage\n\nTo use this template when creating a new Cloud Run service, just click on the \"use this template\" button and follow the prompts.\n\n![](https://help.github.com/assets/images/help/repository/use-this-template-button.png)\n\nYour newly created project based on the `gorunstarter` template will also include the three basic steps of Cloud Run developer workflow. You can click on the below links to see the content of these commands.\n\n\u003e For complete walk-through build and deploy see the [Cloud Run Quickstart](https://cloud.google.com/run/docs/quickstarts/build-and-deploy)\n\n[Building a container image](bin/build-container-image) which submits job to Cloud Build using the included [Dockerfile](./Dockerfile) and results in versioned, non-root container image URI which will be used to deploy your service to Cloud Run.\n\n```shell\nbin/build-container-image\n```\n\n[Creating a service account](bin/create-service-account) which configures least privilege IAM service account which identity the deployed Cloud Run service will run under.\n\n```shell\nbin/create-service-account\n```\n\n[Deploying Cloud Run service](bin/deploy-cloud-run-service) which deploys public (i.e. unauthenticated) Cloud Run service configured with environment variable and service account identity using the previously built container image.\n\n```shell\nbin/deploy-cloud-run-service\n```\n\n## Cleanup\n\nTo cleanup all resources created by this sample execute\n\n```shell\nbin/cleanup\n```\n\n## Disclaimer\n\nThis is my personal project and it does not represent my employer. I take no responsibility for issues caused by this code. I do my best to ensure that everything works, but if something goes wrong, my apologies is all you will get.","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmchmarny%2Fgorunstarter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmchmarny%2Fgorunstarter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmchmarny%2Fgorunstarter/lists"}