Skip to content

chore(deps): update module github.com/open-policy-agent/opa to v0.70.0 #673

chore(deps): update module github.com/open-policy-agent/opa to v0.70.0

chore(deps): update module github.com/open-policy-agent/opa to v0.70.0 #673

Workflow file for this run

name: Unit Testing
permissions:
contents: read
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
# milestoned is added here as a workaround for release-please not triggering PR workflows (PRs should be added to a milestone to trigger the workflow).
types: [milestoned, opened, reopened, synchronize]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Setup golang
uses: ./.github/actions/golang
- name: Display Go version
run: go version
- name: Unit Tests
run: |
make test-unit