Skip to content

Bump github.com/google/go-containerregistry from 0.20.0 to 0.20.1 #1892

Bump github.com/google/go-containerregistry from 0.20.0 to 0.20.1

Bump github.com/google/go-containerregistry from 0.20.0 to 0.20.1 #1892

Workflow file for this run

name: e2e-url-checker
on:
schedule:
- cron: '0 0 * * *'
push:
branches:
- '*'
pull_request:
branches:
- '*'
jobs:
build:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@master
with:
fetch-depth: 1
- name: Install Go
uses: actions/setup-go@master
with:
go-version: 1.22.x
- name: Run URL checker tests
run: make e2e