Skip to content

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

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

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

Workflow file for this run

on:
pull_request:
branches:
- main
name: CI
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
go_version:
- 1.18
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go_version }}
- name: Run tests
run: |
go test -race -coverprofile=coverage.txt -covermode=atomic ./...
go vet ./...