Skip to content

chore(workflow): update semgrep.yml docker image #79

chore(workflow): update semgrep.yml docker image

chore(workflow): update semgrep.yml docker image #79

Workflow file for this run

name: Go Checks
on:
- push
- pull_request
jobs:
ci:
runs-on: ubuntu-latest
strategy:
fail-fast: true
matrix:
go:
- stable
- oldstable
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
- run: go test ./...
- uses: dominikh/[email protected]
with:
install-go: false
cache-key: ${{ matrix.go }}