package version

import "github.com/open-policy-agent/opa/version"

Deprecated: This package is intended for older projects transitioning from OPA v0.x and will remain for the lifetime of OPA v1.x, but its use is not recommended. For newer features and behaviours, such as defaulting to the Rego v1 syntax, use the corresponding components in the github.com/open-policy-agent/opa/v1 package instead. See https://www.openpolicyagent.org/docs/latest/v0-compatibility/ for more information.

Package version contains version information that is set at build time.

Index

Variables

var (
	Vcs       = v1.Vcs
	Timestamp = v1.Timestamp
	Hostname  = v1.Hostname
)

Additional version information that is displayed by the "version" command and used to identify the version of running instances of OPA.

var GoVersion = v1.GoVersion

GoVersion is the version of Go this was built with

var Platform = v1.Platform

Platform is the runtime OS and architecture of this OPA binary

var Version = v1.Version

Version is the canonical version of OPA.

Functions

func WasmRuntimeAvailable

func WasmRuntimeAvailable() bool

WasmRuntimeAvailable indicates if a wasm runtime is available in this OPA.

Source Files

doc.go version.go wasm.go

Version
v1.4.2 (latest)
Published
May 2, 2025
Platform
linux/amd64
Imports
1 packages
Last checked
4 hours ago

Tools for package owners.