changes to view auditlogs by project role users (#247)

feat: changes to view audit logs by project and cluster role users
---------

Signed-off-by: niravparikh05 <nir.parikh05@gmail.com>
This commit is contained in:
Nirav Parikh
2023-09-21 11:34:56 +05:30
committed by GitHub
parent 3eb035be91
commit 1b7a9a1fa3
209 changed files with 3616 additions and 2633 deletions

View File

@@ -11,7 +11,6 @@ jobs:
test:
strategy:
matrix:
go-version: [1.17.x]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
@@ -20,7 +19,8 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go-version }}
# Getting go version from the go.mod file
go-version-file: 'go.mod'
- name: Format
run: if [ "$(gofmt -s -l . | wc -l)" -gt 0 ]; then exit 1; fi