Skip to content

refactor: expose descriptor for image/index #42

refactor: expose descriptor for image/index

refactor: expose descriptor for image/index #42

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.20', '1.21']
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go-version }}
check-latest: true
- run: go build ./...
- run: go test -run=^$ ./...