Skip to content

feat: Update SIF from ImageIndex #118

feat: Update SIF from ImageIndex

feat: Update SIF from ImageIndex #118

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