Skip to content

fix(deps): update module github.com/ekristen/go-telemetry/hooks/logrus/v2 to v2.0.0-20260722013711-d1b70b4bcf97 #1151

fix(deps): update module github.com/ekristen/go-telemetry/hooks/logrus/v2 to v2.0.0-20260722013711-d1b70b4bcf97

fix(deps): update module github.com/ekristen/go-telemetry/hooks/logrus/v2 to v2.0.0-20260722013711-d1b70b4bcf97 #1151

Workflow file for this run

name: tests
on:
pull_request:
branches:
- main
jobs:
test:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
- uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6
with:
go-version: 1.26.x
- name: download go mods
run: |
go mod download
- name: run go tests
run: |
go test -timeout 60s ./...