Skip to content

Update github.com/openshift/library-go digest to 12d8376 #618

Update github.com/openshift/library-go digest to 12d8376

Update github.com/openshift/library-go digest to 12d8376 #618

Workflow file for this run

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