Bump Go to 1.25-rc.1

This commit is contained in:
Michael B. Gale
2025-06-20 11:08:36 +01:00
parent ac30a39d8c
commit e7007dee4c
24 changed files with 24 additions and 24 deletions
+1 -1
View File
@@ -117,7 +117,7 @@ for file in (this_dir / 'checks').glob('*.yml'):
'name': 'Install Go',
'uses': 'actions/setup-go@v5',
'with': {
'go-version': '>=1.21.0',
'go-version': '1.25.0-rc.1',
# to avoid potentially misleading autobuilder results where we expect it to download
# dependencies successfully, but they actually come from a warm cache
'cache': False