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 = true

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.25.0-rc4"

Version is the canonical version of OPA.

Source Files

version.go wasm.go

Version
v0.25.0-rc4
Published
Nov 10, 2020
Platform
js/wasm
Imports
1 packages
Last checked
1 minute ago

Tools for package owners.