package version

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

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

Index

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.36.1"

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

version.go wasm.go

Version
v0.36.1
Published
Jan 13, 2022
Platform
darwin/amd64
Imports
2 packages
Last checked
24 seconds ago

Tools for package owners.