Skip to content

0.13.1250

Compare
Choose a tag to compare
@warrensbox warrensbox released this 27 May 17:14
· 234 commits to master since this release
8a41cc2

Context

Issues with changing directories

Fixed

  • Chdir with absolute project path
  • MacOs -> macOS to be consistent with the standard casing

Upgrade

  • upgraded to go 1.18

Added

  • Include testing in build job
    find ./test-data/* -type d | xargs -n 1 ./build/tfswitch -c

Removed

N/A

Fixes:

#222 #230

Changelog

  • 64761d4 Automate binary tests from test-data directory (#234)
  • 404af78 Fix chDirPath flag to allow absolute paths
  • 08a85ed Fix image ref
  • 214a4bd Fix working directory
  • 35f482a MacOs -> macOS to be consistent with the standard casing (#230)
  • 35b481a Merge pull request #235 from Jukie/techdebt/go-upgrade
  • 6583c47 Merge pull request #244 from warrensbox/bug-fix/chdirpath
  • 8a41cc2 Merge pull request #245 from warrensbox/master
  • 936debf Swap logic for sourcing directory path
  • 5e36f12 Upgrade to Go 1.18
  • 1b35962 Upgrade to Go 1.18 (#232)