Skip to content

Commit

Permalink
remove default constant
Browse files Browse the repository at this point in the history
Signed-off-by: Prajith P <prajithpalakkuda@gmail.com>
  • Loading branch information
Prajithp authored and lukemassa committed Dec 27, 2023
1 parent 0da099d commit d4313a4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/core/runtime/policy/conftest_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ const (
DefaultConftestVersionEnvKey = "DEFAULT_CONFTEST_VERSION"
conftestBinaryName = "conftest"
conftestDownloadURLPrefix = "https://github.com/open-policy-agent/conftest/releases/download/v"
conftestArch = "x86_64"
)

type Arg struct {
Expand Down

0 comments on commit d4313a4

Please sign in to comment.