Skip to content

Update github.com/openshift/library-go digest to 9a73210 #719

Update github.com/openshift/library-go digest to 9a73210

Update github.com/openshift/library-go digest to 9a73210 #719

Workflow file for this run

name: Lint
on:
pull_request: {}
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version-file: 'go.mod'
- name: Run linters
run: make lint