Skip to content

build(deps): bump github.com/bytedance/sonic from 1.12.0 to 1.12.3 in the go-modules group across 1 directory #14

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

build(deps): bump github.com/bytedance/sonic from 1.12.0 to 1.12.3 in the go-modules group across 1 directory #14

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 ./...