这是indexloc提供的服务,不要输入任何密码
Skip to content

Update pkg/dep/go.go #122

Update pkg/dep/go.go

Update pkg/dep/go.go #122

Workflow file for this run

name: Tests
on:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.24
- name: Run tests
run: make test-coverage