Skip to content

chore(deps): bump github.com/google/go-containerregistry from 0.16.1 to 0.19.1 #71

chore(deps): bump github.com/google/go-containerregistry from 0.16.1 to 0.19.1

chore(deps): bump github.com/google/go-containerregistry from 0.16.1 to 0.19.1 #71

Workflow file for this run

name: Integration Test
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Gos
uses: actions/setup-go@v4
with:
go-version-file: go.mod
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.9
- name: Install tox
run: pip install tox
- name: Integrate Test
run: make test-integration