mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 10:06:24 +05:00
13 lines
424 B
YAML
13 lines
424 B
YAML
---
|
|
go_version: 1.24.0
|
|
go_platform: linux
|
|
go_arch: amd64
|
|
go_tarball: go{{ go_version }}.{{ go_platform }}-{{ go_arch }}.tar.gz
|
|
go_download_url: https://dl.google.com/go/{{ go_tarball }}
|
|
go_checksum: 542d3c1705f1c6a1c5a80d5dc62e2e45171af291e755d591c5e6531ef63b454e
|
|
install_go: true
|
|
|
|
# Cleaning caches assumes go is available (either installed by the role or pre-existing)
|
|
go_clean_modcache: false
|
|
go_clean_build_cache: false
|