ci: fix Go version to 1.27 matching local toolchain
Some checks failed
CI (Arch Linux) / build (push) Has been cancelled
Some checks failed
CI (Arch Linux) / build (push) Has been cancelled
This commit is contained in:
parent
04765d3ae3
commit
deda923484
2
.github/workflows/ci_arch.yml
vendored
2
.github/workflows/ci_arch.yml
vendored
@ -21,7 +21,7 @@ jobs:
|
|||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
uses: actions/setup-go@v5
|
uses: actions/setup-go@v5
|
||||||
with:
|
with:
|
||||||
go-version: '1.22'
|
go-version: '1.27'
|
||||||
- name: Build
|
- name: Build
|
||||||
run: go build ./...
|
run: go build ./...
|
||||||
- name: Test
|
- name: Test
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user