Skip to content

feat: upgrade open-policy-agent to v0.69.0 [IAC-3196] #2149

feat: upgrade open-policy-agent to v0.69.0 [IAC-3196]

feat: upgrade open-policy-agent to v0.69.0 [IAC-3196] #2149

Workflow file for this run

name: test
on: [pull_request, push]
jobs:
test:
runs-on: ubuntu-latest
name: Test with Go ${{ matrix.go }}
strategy:
matrix:
go: ["1.21", "1.22"]
steps:
- uses: actions/checkout@v3
with:
submodules: true
- uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go }}
- run: go install github.com/open-policy-agent/[email protected]
- run: go test ./...
- run: opa test rego