From 27bf8220c03546b860d142864293693ba738a626 Mon Sep 17 00:00:00 2001 From: "5684185+vsariola@users.noreply.github.com" <5684185+vsariola@users.noreply.github.com> Date: Wed, 21 May 2025 15:42:17 +0300 Subject: [PATCH] ci: use go version < 1.23.9 due to duplicate dlopen link error on mac https://github.com/golang/go/issues/73617 --- .github/workflows/binaries.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/binaries.yml b/.github/workflows/binaries.yml index c7f49e3..39ed528 100644 --- a/.github/workflows/binaries.yml +++ b/.github/workflows/binaries.yml @@ -123,7 +123,7 @@ jobs: fetch-depth: 0 - uses: actions/setup-go@v5 # has to be after checkout, see https://medium.com/@s0k0mata/github-actions-and-go-the-new-cache-feature-in-actions-setup-go-v4-and-what-to-watch-out-for-aeea373ed07d with: - go-version: '>=1.21.0' + go-version: '>=1.23.0 <1.23.9' - uses: ilammy/setup-nasm@v1.5.1 - uses: awalsh128/cache-apt-pkgs-action@latest with: