Skip to content

Bump github.com/open-policy-agent/opa from 0.70.0 to 1.0.0 #64

Bump github.com/open-policy-agent/opa from 0.70.0 to 1.0.0

Bump github.com/open-policy-agent/opa from 0.70.0 to 1.0.0 #64

Workflow file for this run

name: build
on:
push:
pull_request:
branches:
- main
workflow_dispatch:
jobs:
build:
strategy:
matrix:
os:
- ubuntu-latest
- windows-latest
- macos-latest
include:
- os: ubuntu-latest
platform: linux
- os: windows-latest
platform: windows
- os: macos-latest
platform: macos
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- run: go build -o dist/${{ matrix.platform }}/
- uses: actions/upload-artifact@v3
with:
path: dist