Skip to content

chore: Set .tool-versions for golang version

Patrick Bajao requested to merge pb-tool-versions into main

Description

For developers that utilize asdf to manage tools, it's helpful to have .tool-versions present so asdf will know which version to use.

This sets golang to latest 1.18 security release and removes the file from .gitignore.

Related Issues

Resolves #1217 (closed)

How has this been tested?

Pull the changes on this branch. Then in another terminal, change directory to cli project directory and see that golang version set is 1.18.9.

Screenshots (if appropriate):

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)

Merge request reports