Skip to content
This repository was archived by the owner on Jun 16, 2026. It is now read-only.

Bump github.com/google/go-containerregistry from 0.20.3 to 0.20.6 #484

Bump github.com/google/go-containerregistry from 0.20.3 to 0.20.6

Bump github.com/google/go-containerregistry from 0.20.3 to 0.20.6 #484

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
jobs:
build:
name: Build and Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version-file: go.mod
cache: true
- name: Run all checks
run: make all