ci: use go version < 1.23.9 due to duplicate dlopen link error on mac

https://github.com/golang/go/issues/73617
This commit is contained in:
2025-05-21 15:56:43 +03:00
parent 448bc9f236
commit 27bf8220c0
+1 -1
View File
@@ -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/[email protected]
- uses: awalsh128/cache-apt-pkgs-action@latest
with: