Skip to content

chore(deps): update docker/metadata-action action to v5 #378

chore(deps): update docker/metadata-action action to v5

chore(deps): update docker/metadata-action action to v5 #378

Workflow file for this run

name: Go
on:
pull_request:
paths:
- '.github/workflows/**'
- '**.go'
- '**/go.mod'
- '**/go.sum'
- 'cmd/scip/**'
- 'docs/CLI.md'
jobs:
go-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/asdf
with:
golang: true
- run: go test ./... -v