Bump github.com/google/go-containerregistry from 0.14.1-0.20230409045903-ed5c185df419 to 0.16.1 #311
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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] |