update docs and CI

This commit is contained in:
Li Jie
2025-04-08 09:36:48 +08:00
parent f35063ee6e
commit f0ade21155
8 changed files with 79 additions and 20 deletions

View File

@@ -2,9 +2,9 @@ name: Format Check
on:
push:
branches: [ "**" ]
branches: ["**"]
pull_request:
branches: [ "**" ]
branches: ["**"]
jobs:
fmt:
@@ -15,7 +15,7 @@ jobs:
- name: Set up Go
uses: ./.github/actions/setup-go
with:
go-version: '1.24.0'
go-version: "1.24.2"
- name: Check formatting
run: |