fix(ci): align Go version with go.mod (1.26)
Some checks failed
CI (Arch Linux) / build (push) Has been cancelled

This commit is contained in:
benzjeremy 2026-09-17 11:45:15 +02:00
parent bac10270dc
commit d5a0c54c1e

View File

@ -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.26'
- name: Build - name: Build
run: go build ./... run: go build ./...
- name: Test - name: Test