Skip to content

fix: upgrade crypto lib [IAC-3169] #2132

fix: upgrade crypto lib [IAC-3169]

fix: upgrade crypto lib [IAC-3169] #2132

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.20", "1.21"]
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