Skip to content

deps: update golang.org/x/exp digest to f9890c6 #2337

deps: update golang.org/x/exp digest to f9890c6

deps: update golang.org/x/exp digest to f9890c6 #2337

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
lint-commands: |
make bootstrap-tools
make lintsec
golint:
uses: ckotzbauer/actions-toolkit/.github/workflows/[email protected]
with:
install-go: true
lint-commands: |
make bootstrap-tools
make lint