Skip to content
This repository was archived by the owner on Mar 3, 2025. It is now read-only.

🌱 Bump github.com/klauspost/compress from 1.17.11 to 1.18.0 #1604

🌱 Bump github.com/klauspost/compress from 1.17.11 to 1.18.0

🌱 Bump github.com/klauspost/compress from 1.17.11 to 1.18.0 #1604

Workflow file for this run

name: unit
on:
workflow_dispatch:
merge_group:
pull_request:
push:
branches:
- main
jobs:
unit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
- run: make test-unit
- uses: codecov/codecov-action@v5
with:
disable_search: true
files: cover.out
token: ${{ secrets.CODECOV_TOKEN }}