Skip to content

Commit 86c7868

Browse files
committed
disallow zerolog v1.31.0
1 parent 0a20451 commit 86c7868

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.30.0"
10+
max: "1.31.0"
1111
allowed_builder_ids:
1212
- https://github.com/st3penta/fosdem-2026-build-sample/.github/workflows/pull_request.yml@refs/pull/

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.30.0"
10+
max: "1.31.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)