Skip to content
This repository was archived by the owner on Jun 15, 2026. It is now read-only.

deps: bump the minor-and-patch group with 6 updates (#21) #26

deps: bump the minor-and-patch group with 6 updates (#21)

deps: bump the minor-and-patch group with 6 updates (#21) #26

Workflow file for this run

name: CI
on:
workflow_dispatch:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: [self-hosted, Linux, X64]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- run: make test
- name: Upload coverage
if: github.event_name == 'push'
uses: codecov/codecov-action@v5
with:
files: cover.out
fail_ci_if_error: false