update madmin-go and mc deps for new changes (#2352)

This commit is contained in:
Harshavardhana
2022-10-02 23:04:34 -07:00
committed by GitHub
parent cdd6f272ed
commit 413870e995
6 changed files with 19 additions and 26 deletions

View File

@@ -54,14 +54,6 @@ jobs:
# To have two repositories under the same test
path: 'minio_repository'
- uses: actions/cache@v2
name: Go Mod Cache
with:
path: |
~/.cache/go-build
~/go/pkg/mod
key: ${{ runner.os }}-go-${{ github.run_id }}
- name: Build on ${{ matrix.os }}
run: |
echo "The idea is to build minio image from downloaded repository";