Deploys are failing at the initialisation step with Failed to resolve Go version '1.19.x'

Full log:

9:52:13 PM: build-image version: ecdc8b770f4a0193fd3f258c1bc6029e681813a4 (focal)

9:52:13 PM: buildbot version: 244d5322c7eb13029c1d65f78393f886c2e07fdb

9:52:14 PM: Building without cache

9:52:14 PM: Starting to prepare the repo for build

9:52:14 PM: No cached dependencies found. Cloning fresh repo

9:52:14 PM: git clone --filter=blob:none https://github.com/derekjohnson/box-predict

9:52:15 PM: Preparing Git Reference refs/heads/main

9:52:32 PM: Starting to install dependencies

9:52:32 PM: Python version set to 3.8

9:52:33 PM: Attempting Ruby version 2.7.2, read from environment

9:52:34 PM: Using Ruby version 2.7.2

9:52:34 PM: Started restoring cached go cache

9:52:34 PM: Finished restoring cached go cache

9:52:56 PM: Failed during stage 'Install dependencies': dependency_installation script returned non-zero exit code: 1

9:52:56 PM: /opt/buildhome/.gimme/bin/gimme: line 542: /tmp/gimme/known-dl: No such file or directory

9:52:56 PM: gimme: given '1.19.x' but no release for '1.19' found

9:52:56 PM: Failed to resolve Go version '1.19.x'

9:52:56 PM: Failing build: Failed to install dependencies

Deploy settings:

@derekjohnson The answer in this thread indicates you might want to try setting the full version number:

It’s fixed now, I didn’t have to do anything. Thanks for the response though, I wouldn’t have got as far as you so it’s noted for next time.