Skip to content

Bump github.com/open-policy-agent/gatekeeper/v3 from 3.16.3 to 3.18.1 #1289

Bump github.com/open-policy-agent/gatekeeper/v3 from 3.16.3 to 3.18.1

Bump github.com/open-policy-agent/gatekeeper/v3 from 3.16.3 to 3.18.1 #1289

Workflow file for this run

name: draft Unit Tests
on:
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.22
- name: make
run: make run-unit-tests