mirror of
https://github.com/vsariola/sointu.git
synced 2025-05-25 09:50:27 -04:00
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:
parent
448bc9f236
commit
27bf8220c0
2
.github/workflows/binaries.yml
vendored
2
.github/workflows/binaries.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user