CI: use Go 1.26 to match go.mod toolchain
Some checks failed
CI / build (push) Has been cancelled

This commit is contained in:
2026-06-23 20:27:53 +03:30
parent 5666170824
commit 292516fcd3

View File

@@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: actions/setup-go@v5 - uses: actions/setup-go@v5
with: with:
go-version: "1.22" go-version: "1.26"
- name: Check formatting - name: Check formatting
run: test -z "$(gofmt -d .)" || exit 1 run: test -z "$(gofmt -d .)" || exit 1