Skip to content

Bump version to v1.0.0 (#322) #2198

Bump version to v1.0.0 (#322)

Bump version to v1.0.0 (#322) #2198

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.23", "1.24"]
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