Skip to content

Bump github.com/google/go-containerregistry from 0.14.1-0.20230409045903-ed5c185df419 to 0.16.1 #311

Bump github.com/google/go-containerregistry from 0.14.1-0.20230409045903-ed5c185df419 to 0.16.1

Bump github.com/google/go-containerregistry from 0.14.1-0.20230409045903-ed5c185df419 to 0.16.1 #311

Workflow file for this run

name: Test
on:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run tests
run: make unit-ci
- name: Report coverage
uses: codecov/[email protected]