insomniacslk / irc-slack

IRC-to-Slack gateway
BSD 3-Clause "New" or "Revised" License
195 stars 19 forks source link

[docker] Build irc-slack using make instead of go build #172

Closed insomniacslk closed 3 years ago

insomniacslk commented 3 years ago

Using make we also get build information, visible when running irc-slack -v.

Also bumped Go version in the container to 1.16

Signed-off-by: Andrea Barberio insomniac@slackware.it

codecov[bot] commented 3 years ago

Codecov Report

Merging #172 (10554a4) into master (f6587ff) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master    #172   +/-   ##
======================================
  Coverage    8.99%   8.99%           
======================================
  Files           9       9           
  Lines        1090    1090           
======================================
  Hits           98      98           
  Misses        987     987           
  Partials        5       5           
Flag Coverage Δ
unittest 8.99% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


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 f6587ff...10554a4. Read the comment docs.