mirror of
https://github.com/minio/minio.git
synced 2025-04-28 05:38:00 -04:00
Fix some CI warnings (#19482)
This commit is contained in:
parent
7e3166475d
commit
8d39b715dc
8
.github/workflows/go-cross.yml
vendored
8
.github/workflows/go-cross.yml
vendored
@ -3,8 +3,8 @@ name: Crosscompile
|
|||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
- next
|
- next
|
||||||
|
|
||||||
# This ensures that previous jobs for the PR are canceled when the PR is
|
# This ensures that previous jobs for the PR are canceled when the PR is
|
||||||
# updated.
|
# updated.
|
||||||
@ -24,8 +24,8 @@ jobs:
|
|||||||
go-version: [1.21.x]
|
go-version: [1.21.x]
|
||||||
os: [ubuntu-latest]
|
os: [ubuntu-latest]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
|
- uses: actions/checkout@v4
|
||||||
- uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3
|
- uses: actions/setup-go@v5
|
||||||
with:
|
with:
|
||||||
go-version: ${{ matrix.go-version }}
|
go-version: ${{ matrix.go-version }}
|
||||||
check-latest: true
|
check-latest: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user