No description
Find a file
dependabot[bot] 0578a97c2b
[chore] : Bump actions/setup-go from 6.1.0 to 6.2.0 in the actions group (#39)
Bumps the actions group with 1 update: [actions/setup-go](https://github.com/actions/setup-go).


Updates `actions/setup-go` from 6.1.0 to 6.2.0
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](4dc6199c7b...7a3fe6cf4c)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-version: 6.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-19 11:10:10 +05:30
.github [chore] : Bump actions/setup-go from 6.1.0 to 6.2.0 in the actions group (#39) 2026-01-19 11:10:10 +05:30
CHANGELOG.md Add changelog file 2025-06-18 17:37:41 +05:30
check.go fix to upgrade lint version changes(dependabot) in CI. 2025-12-23 01:43:03 +05:30
check_test.go Add ability to mock http calls for unit tests (#35) 2025-12-05 15:16:05 +05:30
go.mod [chore] : Bump the go group across 1 directory with 2 updates 2025-12-21 21:06:42 +00:00
go.sum [chore] : Bump the go group across 1 directory with 2 updates 2025-12-21 21:06:42 +00:00
LICENSE [COMPLIANCE] Update MPL 2.0 LICENSE 2022-10-12 20:32:50 +00:00
README.md Fix typo in README 2016-08-16 13:42:11 -06:00
telemetry.go fix to upgrade lint version changes(dependabot) in CI. 2025-12-23 01:43:03 +05:30
telemetry_test.go Add ability to mock http calls for unit tests (#35) 2025-12-05 15:16:05 +05:30
versions.go fix to upgrade lint version changes(dependabot) in CI. 2025-12-23 01:43:03 +05:30
versions_test.go Add ability to mock http calls for unit tests (#35) 2025-12-05 15:16:05 +05:30

Go Checkpoint Client

Checkpoint is an internal service at Hashicorp that we use to check version information, broadcast security bulletins, etc.

We understand that software making remote calls over the internet for any reason can be undesirable. Because of this, Checkpoint can be disabled in all of our software that includes it. You can view the source of this client to see that we're not sending any private information.

Each Hashicorp application has it's specific configuration option to disable checkpoint calls, but the CHECKPOINT_DISABLE makes the underlying checkpoint component itself disabled. For example in the case of packer:

CHECKPOINT_DISABLE=1 packer build 

Note: This repository is probably useless outside of internal HashiCorp use. It is open source for disclosure and because our open source projects must be able to link to it.