All checks were successful
Deploy to K8s / deploy (push) Successful in 7s
The Sheets API returns VS (variabilní symbol) cells as float64 when the column is number-formatted, so Python was emitting vs: 0 (a JSON number) while Go's getVal uses fmt.Sprint and always emits vs: "0" (a string). Add get_str helper that converts whole-number floats via int() first (matching Go's %g formatting), applied to the vs field. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>