Skip to content

chore(deps): bump github.com/sylabs/sif/v2 from 2.14.1 to 2.15.0 #32

chore(deps): bump github.com/sylabs/sif/v2 from 2.14.1 to 2.15.0

chore(deps): bump github.com/sylabs/sif/v2 from 2.14.1 to 2.15.0 #32

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=^$ ./...