version

package
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 20, 2026 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Overview

Package version provides version information for the build.

Index

Constants

This section is empty.

Variables

View Source
var (
	// SemVersion indicates the semantic version of the build.
	SemVersion = "v0.0.0-master"

	// GitCommit indicates the git commit hash of the build.
	GitCommit = ""

	// BuildDate indicates the date when the build was created.
	BuildDate = "1970-01-01T00:00:00Z"

	// Compiler indicates the compiler used for the build.
	Compiler = runtime.Compiler

	// Platform indicates the operating system and architecture of the build.
	Platform = fmt.Sprintf("%s/%s", runtime.GOOS, runtime.GOARCH)

	// ArtifactOperatorImage indicates the artifact-operator container image.
	ArtifactOperatorImage = "docker.io/falcosecurity/artifact-operator:latest"
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL