{"id":39744466,"url":"https://github.com/rolehippie/golang","last_synced_at":"2026-01-18T11:18:48.329Z","repository":{"id":157997424,"uuid":"624583131","full_name":"rolehippie/golang","owner":"rolehippie","description":"Ansible role to install golang programming language","archived":false,"fork":false,"pushed_at":"2026-01-12T12:21:13.000Z","size":229,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-12T18:03:03.255Z","etag":null,"topics":["ansible","ansible-role","hacktoberfest","role"],"latest_commit_sha":null,"homepage":"","language":"Nix","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/rolehippie.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-04-06T19:50:20.000Z","updated_at":"2026-01-12T12:21:16.000Z","dependencies_parsed_at":"2024-01-15T09:29:20.712Z","dependency_job_id":"ddeb52db-c0e0-4edb-96e1-74047e73c7f9","html_url":"https://github.com/rolehippie/golang","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/rolehippie/golang","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rolehippie%2Fgolang","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rolehippie%2Fgolang/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rolehippie%2Fgolang/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rolehippie%2Fgolang/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rolehippie","download_url":"https://codeload.github.com/rolehippie/golang/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rolehippie%2Fgolang/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28535161,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T10:13:46.436Z","status":"ssl_error","status_checked_at":"2026-01-18T10:13:11.045Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["ansible","ansible-role","hacktoberfest","role"],"created_at":"2026-01-18T11:18:47.510Z","updated_at":"2026-01-18T11:18:48.320Z","avatar_url":"https://github.com/rolehippie.png","language":"Nix","funding_links":[],"categories":[],"sub_categories":[],"readme":"# golang\n\n[![Source Code](https://img.shields.io/badge/github-source%20code-blue?logo=github\u0026logoColor=white)](https://github.com/rolehippie/golang)\n[![General Workflow](https://github.com/rolehippie/golang/actions/workflows/general.yml/badge.svg)](https://github.com/rolehippie/golang/actions/workflows/general.yml)\n[![Readme Workflow](https://github.com/rolehippie/golang/actions/workflows/docs.yml/badge.svg)](https://github.com/rolehippie/golang/actions/workflows/docs.yml)\n[![Galaxy Workflow](https://github.com/rolehippie/golang/actions/workflows/galaxy.yml/badge.svg)](https://github.com/rolehippie/golang/actions/workflows/galaxy.yml)\n[![License: Apache-2.0](https://img.shields.io/github/license/rolehippie/golang)](https://github.com/rolehippie/golang/blob/master/LICENSE)\n[![Ansible Role](https://img.shields.io/badge/role-rolehippie.golang-blue)](https://galaxy.ansible.com/rolehippie/golang)\n\nAnsible role to install golang programming language.\n\n## Sponsor\n\nBuilding and improving this Ansible role have been sponsored by my current and previous employers like **[Cloudpunks GmbH](https://cloudpunks.de)** and **[Proact Deutschland GmbH](https://www.proact.eu)**.\n\n## Table of contents\n\n- [Requirements](#requirements)\n- [Default Variables](#default-variables)\n  - [golang_keyring](#golang_keyring)\n  - [golang_purge](#golang_purge)\n  - [golang_symlink](#golang_symlink)\n  - [golang_versions](#golang_versions)\n- [Discovered Tags](#discovered-tags)\n- [Dependencies](#dependencies)\n- [License](#license)\n- [Author](#author)\n\n---\n\n## Requirements\n\n- Minimum Ansible version: `2.10`\n\n## Default Variables\n\n### golang_keyring\n\nPath for the repository keyring\n\n#### Default value\n\n```YAML\ngolang_keyring: /usr/share/keyrings/golang-archive-keyring.gpg\n```\n\n### golang_purge\n\nList of versions to purge\n\n#### Default value\n\n```YAML\ngolang_purge: []\n```\n\n### golang_symlink\n\nVersion to symlink binaries\n\n#### Default value\n\n```YAML\ngolang_symlink: '1.25'\n```\n\n### golang_versions\n\nList of versions to install\n\n#### Default value\n\n```YAML\ngolang_versions:\n  - '1.25'\n```\n\n## Discovered Tags\n\n**_golang_**\n\n## Dependencies\n\n- None\n\n## License\n\nApache-2.0\n\n## Author\n\n[Thomas Boerger](https://github.com/tboerger)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frolehippie%2Fgolang","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frolehippie%2Fgolang","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frolehippie%2Fgolang/lists"}