fabric8-services / fabric8-wit

wit stands for Work Item Tracker
http://devdoc.almighty.io/
Apache License 2.0
45 stars 86 forks source link

Use go1.9.4 to build the binary #2384

Closed jarifibrahim closed 5 years ago

jarifibrahim commented 5 years ago

The cico_build_deploy.sh script did not set the USE_GO_VERSION_FROM_WEBSITE flag and because of that go1.11 was used from epel to build the binary (see build https://ci.centos.org/job/devtools-fabric8-wit-build-master/618/consoleFull) .

This PR fixes that.

codecov[bot] commented 5 years ago

Codecov Report

Merging #2384 into master will increase coverage by 0.01%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2384      +/-   ##
==========================================
+ Coverage   70.13%   70.14%   +0.01%     
==========================================
  Files         174      174              
  Lines       17121    17121              
==========================================
+ Hits        12007    12010       +3     
+ Misses       3950     3949       -1     
+ Partials     1164     1162       -2
Impacted Files Coverage Δ
controller/workitem.go 79.25% <0%> (+0.42%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 6423598...5c057b8. Read the comment docs.