adikari / monorepo-diff-buildkite-plugin

Run separate pipelines for each folder in your monorepo
MIT License
202 stars 78 forks source link

Fix failing MacOS builds #87

Closed xzyfer closed 2 years ago

xzyfer commented 2 years ago

The skx/github-action-build GitHub Action has a hardcoded dependency on the golang:latest Docker image. With the the release of go1.18 some of our dependencies no longer compile on all MacOS.

This PR updates some dependencies patch versions as well the bumping golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 to resolve https://github.com/sirupsen/logrus/issues/1320.

See https://github.com/chronotc/monorepo-diff-buildkite-plugin/runs/5638741275?check_suite_focus=true#step:12:19

codecov-commenter commented 2 years ago

Codecov Report

Merging #87 (257f75d) into master (3ccf560) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master      #87   +/-   ##
=======================================
  Coverage   78.48%   78.48%           
=======================================
  Files           4        4           
  Lines         158      158           
=======================================
  Hits          124      124           
  Misses         22       22           
  Partials       12       12           

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 3ccf560...257f75d. Read the comment docs.