Skip to content

Commit 8d02530

Browse files
committed
disallow zerolog v1.32.0
1 parent 8155137 commit 8d02530

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

policy/policy_pull_request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ sources:
77
disallowed_packages:
88
- purl: "pkg:golang/github.com/rs/zerolog"
99
format: "semver"
10-
max: "1.31.0"
10+
max: "1.32.0"
1111
allowed_builder_ids:
1212
- ^https://github\.com/st3penta/fosdem-2026-build-sample/\.github/workflows/pull_request\.yml@refs/pull/\d+/merge$

policy/policy_release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ sources:
77
disallowed_packages:
88
- purl: "pkg:golang/github.com/rs/zerolog"
99
format: "semver"
10-
max: "1.31.0"
10+
max: "1.32.0"
1111
allowed_builder_ids:
1212
- https://github.com/st3penta/fosdem-2026-build-sample/.github/workflows/release.yml@refs/heads/main

0 commit comments

Comments
 (0)