From 025abfccf290ab63df341e501b12fec914f44d0b Mon Sep 17 00:00:00 2001 From: Martin Holst Swende Date: Fri, 20 Sep 2024 13:51:46 +0200 Subject: [PATCH] build: fix macos builds by working around travis osx flaw --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 913fa54e96..b7ba456993 100644 --- a/.travis.yml +++ b/.travis.yml @@ -85,7 +85,7 @@ jobs: if: type = push os: osx osx_image: xcode14.2 - go: 1.23.x + go: 1.23.1 # See https://github.com/ethereum/go-ethereum/pull/30478 env: - azure-osx git: