Skip to content

Commit

Permalink
chore: Add go.work files
Browse files Browse the repository at this point in the history
Signed-off-by: Anurag Rajawat <[email protected]>
  • Loading branch information
Anurag Rajawat committed Sep 9, 2024
1 parent 3e4fbc2 commit 7e904e8
Show file tree
Hide file tree
Showing 4 changed files with 1,184 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pr-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
name: PR checks

on:
push:
branches:
- check
pull_request:
types: [ opened, reopened, synchronize, ready_for_review ]
paths-ignore:
Expand Down
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ Dockerfile.cross
*.out

# Go workspace file
go.work
go.work.sum
#go.work
#go.work.sum

# editor and IDE paraphernalia
.idea
Expand Down
11 changes: 11 additions & 0 deletions go.work
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
go 1.22.0

toolchain go1.23.0

use (
.
./pkg/adapter/nimbus-k8tls
./pkg/adapter/nimbus-kubearmor
./pkg/adapter/nimbus-kyverno
./pkg/adapter/nimbus-netpol
)
Loading

0 comments on commit 7e904e8

Please sign in to comment.