Skip to content

Downgrade go to 1.8.7

Tomasz Maczukin requested to merge docker-ci-image/switch-back-to-go-1-8 into master

What does this MR do?

Reverts used Go version to 1.8.5.

Why was this MR needed?

As described in #3183 (closed), Go 1.9 seems to introduce a problem with SSL/TLS certificates verification. A problem that is not resolved yet. We've decided to switch back to 1.8 until we'll find a solution (or until it will be solved in Go 1.9.x)

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

Does this MR meet the acceptance criteria?

  • Documentation created/updated
  • Tests
    • Added for this feature/bug
    • All builds are passing
  • Branch has no merge conflicts with master (if you do - rebase it please)

What are the relevant issue numbers?

Closes #3183 (closed)

Edited by Alessio Caiazza

Merge request reports