Skip to content

Bump github.com/sirupsen/logrus from 1.9.0 to 1.9.1 in /tests #3163

Bump github.com/sirupsen/logrus from 1.9.0 to 1.9.1 in /tests

Bump github.com/sirupsen/logrus from 1.9.0 to 1.9.1 in /tests #3163

Workflow file for this run

name: tests
on:
push:
branches: [ "main" ]
pull_request:
permissions:
contents: read
jobs:
integration-tests:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up go environment
uses: actions/setup-go@v5
with:
go-version: 1.25
- name: Run integration tests without lifecycle-manager
run: make -C hack/ci run-without-lifecycle-manager