Skip to content

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

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

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

Workflow file for this run

name: Build
on:
pull_request:
branches: ['main']
jobs:
build:
name: Build
runs-on: ubuntu-latest
strategy:
matrix:
go-version: ['~1.22.0', '~1.23.0', '~1.24.0-rc.1']
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- run: go build ./...
- run: go test -run=^$ ./...