Revert Go version to 1.20 due to MacOS crash

This commit is contained in:
Sergey Stepanov 2023-08-09 19:19:10 +03:00
parent b2e4848ed3
commit 8e92f6822e
No known key found for this signature in database
GPG key ID: A56B4929BAA8556B

View file

@ -27,7 +27,7 @@ jobs:
- uses: actions/setup-go@v4
with:
go-version: ^1.21
go-version: ^1.20
- name: Get Linux dev libraries and tools
if: matrix.os == 'ubuntu-latest'