Skip to content

Bump github.com/bytedance/sonic from 1.11.8 to 1.11.9 in the dev-dependencies group #111

Bump github.com/bytedance/sonic from 1.11.8 to 1.11.9 in the dev-dependencies group

Bump github.com/bytedance/sonic from 1.11.8 to 1.11.9 in the dev-dependencies group #111

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
lint:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: './go.mod'
cache: false
- uses: golangci/golangci-lint-action@v6