Skip to content

Tags: allancalix/go-getter

Tags

v1.5.9

Toggle v1.5.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request hashicorp#266 from zachwhaley/shallow-tag-clone

Let shallow clone work with any ref

v1.5.8

Toggle v1.5.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request hashicorp#336 from hashicorp/go1.14-compat

Add port of url.Redact to satisfy go1.14 compatibility

v1.5.7

Toggle v1.5.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Pass signore client ID and secret to releaser (hashicorp#331)

* Pass signore client ID and secret to releaser

Co-authored-by: Brian Flad <[email protected]>

v1.5.6

Toggle v1.5.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Use signore for gpg signing (hashicorp#330)

v1.5.5

Toggle v1.5.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request hashicorp#328 from hashicorp/export-tar

export tar decompressor

v1.5.4

Toggle v1.5.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
ci: bump MSV of go to 1.15.13 (hashicorp#325)

9e42df5 introduced an `Insecure` flag for the http getter and in its error
reporting relied on the `url.Redacted()` method introduced in golang 1.15
(See https://golang.org/doc/go1.15). This breaks CI, but golang 1.14 is out of
support so our minimum supported version of go should now be on the 1.15.x
series.

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.

v1.5.2

Toggle v1.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Set GOPRIVATE env var (hashicorp#301)

v2.0.0

Toggle v2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
enable GitHub code scanning workflow (hashicorp#295) (hashicorp#297)

v1.5.1

Toggle v1.5.1's commit message
Set path to main func in goreleaser