multi: downgrade all Go versions to 1.23.12

This commit is contained in:
Boris Nagaev 2025-10-30 20:50:29 -03:00
parent 633eb69df8
commit fd6b10989f
No known key found for this signature in database
8 changed files with 14 additions and 14 deletions

View file

@ -20,7 +20,7 @@ env:
# If you change this value, please change it in the following files as well:
# /Dockerfile
GO_VERSION: 1.24.6
GO_VERSION: 1.23.12
jobs:
########################