Skip to content

feat: update go and dependency versions

Sebastian Krebs requested to merge (removed):feature/update-dependencies into main

Description

Update Go version and dependencies

Go 1.18 is unsupported

Dependency were slightly outdated. For example cobra was from 2021.

How has this been tested?

No new features were added and no existing features were removed, or changed.

Tested via go test ./... locally. All tests passed except one config reading test, that is platform dependent and actually return my locally configured editor (nano) instead of "" and vim.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation
  • Chore (Related to CI or Packaging to platforms)
  • Test gap
Edited by Sebastian Krebs

Merge request reports