Skip to content

Migrate to go 1.13 and go modules

Tomasz Maczukin requested to merge migrate-to-go-1.13-and-go-modules into master

What does this MR do?

  1. Updates used Go version to 1.13
  2. Switches dependency management from Go Dep to Go Modules.

Why was this MR needed?

More and more Go dependencies starts to use Go Modules, which sometimes doesn't play well with Dep. Also the Go version that we use now (1.10) is already deprecated and unsupported.

We're way behind the Go community standard, so let's update Runner finally :)

Are there points in the code the reviewer needs to double check?

Does this MR meet the acceptance criteria?

  • Documentation created/updated
  • Added tests for this feature/bug
  • In case of conflicts with master - branch was rebased

What are the relevant issue numbers?

Closes #4757 (closed)

Edited by Steve Xuereb

Merge request reports