Skip to content

Bump version to v0.30.9 #2044

Bump version to v0.30.9

Bump version to v0.30.9 #2044

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.18", "1.19", "1.20"]
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