mirror of
https://github.com/nkanaev/yarr.git
synced 2025-07-08 16:00:11 +00:00
update go version
This commit is contained in:
parent
9bc89123f8
commit
88ed1de58b
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
|||||||
- name: Setup Go
|
- name: Setup Go
|
||||||
uses: actions/setup-go@v4
|
uses: actions/setup-go@v4
|
||||||
with:
|
with:
|
||||||
go-version: '^1.18'
|
go-version: '^1.23'
|
||||||
- name: Build arm64 gui
|
- name: Build arm64 gui
|
||||||
uses: ./.github/actions/prepare
|
uses: ./.github/actions/prepare
|
||||||
with:
|
with:
|
||||||
@ -51,7 +51,7 @@ jobs:
|
|||||||
- name: Setup Go
|
- name: Setup Go
|
||||||
uses: actions/setup-go@v4
|
uses: actions/setup-go@v4
|
||||||
with:
|
with:
|
||||||
go-version: '^1.18'
|
go-version: '^1.23'
|
||||||
- name: Build amd64 gui
|
- name: Build amd64 gui
|
||||||
uses: ./.github/actions/prepare
|
uses: ./.github/actions/prepare
|
||||||
with:
|
with:
|
||||||
@ -75,7 +75,7 @@ jobs:
|
|||||||
- name: Setup Go
|
- name: Setup Go
|
||||||
uses: actions/setup-go@v4
|
uses: actions/setup-go@v4
|
||||||
with:
|
with:
|
||||||
go-version: '^1.18'
|
go-version: '^1.23'
|
||||||
- name: Setup Zig
|
- name: Setup Zig
|
||||||
uses: mlugg/setup-zig@v1
|
uses: mlugg/setup-zig@v1
|
||||||
with:
|
with:
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Prerequisies:
|
Prerequisies:
|
||||||
|
|
||||||
* Go >= 1.18
|
* Go >= 1.23
|
||||||
* C Compiler (GCC / Clang / ...)
|
* C Compiler (GCC / Clang / ...)
|
||||||
* Zig >= 0.14.0 (optional, for cross-compiling CLI versions)
|
* Zig >= 0.14.0 (optional, for cross-compiling CLI versions)
|
||||||
* binutils (optional, for building Windows GUI version)
|
* binutils (optional, for building Windows GUI version)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user