Run go mod tidy and bump version to 0.9.0

Follow-up on !417 (merged).

go mod tidy

go.sum contained about 2900 lines of entries for module versions that are no longer used. Renovate keeps adding entries but never removes the old ones. go mod tidy removes them and drops one unused indirect requirement (github.com/aws/aws-sdk-go-v2/internal/ini) from go.mod. No dependency version changes.

Version bump 0.8.1 → 0.9.0

Minor bump for the Git LFS v3.8.0 update from !417 (merged).

Checks

  • go build ./... and go vet ./... are clean.
  • Cross-compiles for all 4 CI targets: darwin/amd64, darwin/arm64, linux/amd64, linux/arm64.
  • version reports Git LFS S3 caching adapter v0.9.0, version --short reports 0.9.0.

Merge request reports

Loading