package version

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

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

Index

Constants

const WasmRuntimeAvailable = false

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

Variables

var (
	Vcs       = ""
	Timestamp = ""
	Hostname  = ""
)

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

var GoVersion = runtime.Version()

GoVersion is the version of Go this was built with

var Version = "0.29.3"

Version is the canonical version of OPA.

Source Files

version.go wasm_nop.go

Version
v0.29.3
Published
May 28, 2021
Platform
js/wasm
Imports
1 packages
Last checked
2 minutes ago

Tools for package owners.