Skip to content

build(deps): bump github.com/bytedance/sonic in the go-modules group … #11

build(deps): bump github.com/bytedance/sonic in the go-modules group …

build(deps): bump github.com/bytedance/sonic in the go-modules group … #11

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.22'
- name: Run tests
run: go test ./...