Registry / utility / hashicorp-go-checkpoint

hashicorp-go-checkpoint

JSON →
library0.5.0gogounverified

A Go client library for the HashiCorp Checkpoint service, used for version checking and update notifications.

go get github.com/hashicorp/go-checkpoint
INSTALL
IMPORT
SIG · HASHICORP-GO-CHECK
H
hashicorp-go-checkpoint
utilitygov0.5.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

checkpoint
github.com/hashicorp/go-checkpoint

Checks for the latest version of a product using HashiCorp's Checkpoint service.

package main import ( "fmt" "github.com/hashicorp/go-checkpoint" ) func main() { resp, err := checkpoint.Check(&checkpoint.CheckParams{ Product: "myapp", Version: "1.0.0", }) if err != nil { fmt.Println(err) return } fmt.Printf("Current version: %s\n", resp.CurrentVersion) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.5.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
hashicorp-go-checkpoint — go get hashicorp-go-checkpoint · libregistry