Skip to content

build(deps): bump github.com/bytedance/sonic from 1.12.0 to 1.12.1 in the go-modules group #12

build(deps): bump github.com/bytedance/sonic from 1.12.0 to 1.12.1 in the go-modules group

build(deps): bump github.com/bytedance/sonic from 1.12.0 to 1.12.1 in the go-modules group #12

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: '1.22'
cache: false
- name: Lint
uses: golangci/golangci-lint-action@v6
with:
skip-cache: true
version: latest
args: --timeout=30m ./...