ci: fix Go version to 1.27 matching go.mod
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
c41bc1fedd
commit
b498acab1c
2
.github/workflows/ci_arch.yml
vendored
2
.github/workflows/ci_arch.yml
vendored
@ -21,7 +21,7 @@ jobs:
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: '1.22'
|
||||
go-version: '1.27'
|
||||
- name: Build
|
||||
run: go build ./...
|
||||
- name: Test
|
||||
|
||||
Loading…
Reference in New Issue
Block a user