We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 035a5b8 commit d05d16bCopy full SHA for d05d16b
.github/workflows/jobs.yaml
@@ -136,6 +136,10 @@ jobs:
136
echo "The idea is to build minio image from downloaded repository";
137
cd $GITHUB_WORKSPACE/minio_repository;
138
echo "replace github.com/minio/console => ../" >> go.mod
139
+
140
+ echo "updates to go.mod needed; to update it: go mod tidy"
141
+ go mod tidy
142
143
echo "Get git version to build MinIO Image";
144
VERSION=`git rev-parse HEAD`;
145
echo $VERSION;
0 commit comments