Skip to content

Update github.com/openshift/library-go digest to afd9404 #830

Update github.com/openshift/library-go digest to afd9404

Update github.com/openshift/library-go digest to afd9404 #830

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