Skip to content

Update github.com/openshift/library-go digest to b0f5231 #728

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

Update github.com/openshift/library-go digest to b0f5231 #728

Workflow file for this run

name: Test
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version-file: 'go.mod'
- name: Run tests
run: make test