Skip to content

Bump github.com/google/go-containerregistry from 0.14.1-0.20230409045903-ed5c185df419 to 0.20.2 #676

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

Bump github.com/google/go-containerregistry from 0.14.1-0.20230409045903-ed5c185df419 to 0.20.2 #676

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: Set up Go
uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
- name: Run tests
run: make unit-ci
- name: Report coverage
uses: codecov/codecov-action@v3.1.4