Skip to content

add 'go get analyze' to makefile

Thomas Bennett requested to merge tbenz9/Sia:analyzers into master

Overview

I could definitely be going down the wrong path here, but all my gitlabci jobs are failing because it can't find the analyze command. It can't find the command because It's not being installed. Where is the analyze command supposed to be installed? I see it in the sia-docker debug image, but not the sia-docker ci image.

Example for Visual Changes

Before == failing: image

After == success: image

Checklist

Review and complete the checklist to ensure that the MR is complete before assigned to an approver.

  • All new methods or updated methods have clear docstrings
  • Testing added or updated for new methods
  • Any new packages are added to Makefile and .gitlab-ci.yml
  • API documentation updated for API updates
  • Module README.md updated for changes to workflow
  • Issue added to Sia-UI repo for new supporting features
  • Changelog File Created

Issues Closed

Edited by Thomas Bennett

Merge request reports