package version
import "github.com/open-policy-agent/opa/internal/version"
Package version implements helper functions for the stored version.
Index ¶
Variables ¶
var UserAgent = fmt.Sprintf("Open Policy Agent/%s (%s, %s)", version.Version, runtime.GOOS, runtime.GOARCH)
UserAgent defines the current OPA instances User-Agent default header value.
Functions ¶
func Write ¶
Write the build version information into storage. This makes the version information available to the REPL and the HTTP server.
Source Files ¶
- Version
- v1.4.2 (latest)
- Published
- May 2, 2025
- Platform
- linux/amd64
- Imports
- 5 packages
- Last checked
- 6 hours ago –
Tools for package owners.