Skip to content

deps: update module github.com/sylabs/sif/v2 to v2.16.0 #1756

deps: update module github.com/sylabs/sif/v2 to v2.16.0

deps: update module github.com/sylabs/sif/v2 to v2.16.0 #1756

Workflow file for this run

name: code-checks
on:
pull_request: {}
push:
branches:
- "**"
jobs:
gosec:
uses: ckotzbauer/actions-toolkit/.github/workflows/[email protected]
with:
install-go: true
go-version: "1.21.4"
lint-commands: |
make bootstrap-tools
make lintsec
golint:
uses: ckotzbauer/actions-toolkit/.github/workflows/[email protected]
with:
install-go: true
go-version: "1.21.4"
lint-commands: |
make bootstrap-tools
make lint