mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-24 16:48:45 +05:00
13 lines
424 B
YAML
13 lines
424 B
YAML
---
|
|
go_version: 1.24.2
|
|
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: 68097bd680839cbc9d464a0edce4f7c333975e27a90246890e9f1078c7e702ad
|
|
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
|