Skip to content

Bump github.com/pierrre/go-libs from 0.7.6 to 0.7.8 #271

Bump github.com/pierrre/go-libs from 0.7.6 to 0.7.8

Bump github.com/pierrre/go-libs from 0.7.6 to 0.7.8 #271

Workflow file for this run

on: push
jobs:
ci:
runs-on: ubuntu-22.04
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.23'
check-latest: true
- name: "Run CI"
run: make --warn-undefined-variables --no-print-directory ci
- name: "Upload coverage"
uses: actions/upload-artifact@v4
with:
name: coverage
path: coverage.*