mirror of
https://github.com/minio/minio.git
synced 2025-11-07 21:02:58 -05:00
Add caching to CI jobs (#13712)
- Seems to be improving times for shorter jobs at least. - Remove Go 1.16.x tests for IAM and replication
This commit is contained in:
committed by
GitHub
parent
914bfb2d9c
commit
1e2fac054c
3
.github/workflows/go-cross.yml
vendored
3
.github/workflows/go-cross.yml
vendored
@@ -21,9 +21,6 @@ jobs:
|
||||
os: [ubuntu-latest]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: '12'
|
||||
- uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: ${{ matrix.go-version }}
|
||||
|
||||
Reference in New Issue
Block a user