Skip to content

Bump requests from 2.32.5 to 2.33.0 in /images/ansible-operator #348

Bump requests from 2.32.5 to 2.33.0 in /images/ansible-operator

Bump requests from 2.32.5 to 2.33.0 in /images/ansible-operator #348

Workflow file for this run

name: unit
on:
pull_request: {}
jobs:
unit:
name: unit
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0
- uses: actions/setup-go@v6
with:
go-version-file: "go.mod"
- run: make test-unit