Skip to content

chore(deps): bump github.com/open-policy-agent/opa from 0.53.0 to 0.54.0 in /sg #173

chore(deps): bump github.com/open-policy-agent/opa from 0.53.0 to 0.54.0 in /sg

chore(deps): bump github.com/open-policy-agent/opa from 0.53.0 to 0.54.0 in /sg #173

Workflow file for this run

name: "Unit Test"
on:
push:
branches: [main]
pull_request:
branches: ["*"]
jobs:
go-test:
strategy:
matrix:
go-version: [">=1.19"]
os: [ubuntu-latest]
module: [sg]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go-version }}
- name: Test ${{ matrix.module }}
env:
MODULE: ${{ matrix.module }}
run: |
make -C $MODULE test