Skip to content

Update go.mod and improve Makefile

Jacob Vosmaer requested to merge makefile-go1.11 into master
  • update go/internal/go.mod so that it refers to a commit on master, instead of a commit that is only reachable via refs/merge-requests/228
  • update Makefile to set GO111MODULE=on: this fixes local make runs on machines that do have Go 1.11, but do not have that variable set.

Merge request reports