File tree 2 files changed +6
-8
lines changed
2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -21,13 +21,13 @@ jobs:
21
21
os : [windows-latest]
22
22
steps :
23
23
- name : Set up Go ${{ matrix.go-version }} on ${{ matrix.os }}
24
- uses : actions/setup-go@v1
24
+ uses : actions/setup-go@v5
25
25
with :
26
26
go-version : ${{ matrix.go-version }}
27
27
id : go
28
28
29
29
- name : Check out code into the Go module directory
30
- uses : actions/checkout@v1
30
+ uses : actions/checkout@v4
31
31
32
32
- name : Build on ${{ matrix.os }}
33
33
env :
Original file line number Diff line number Diff line change @@ -20,15 +20,13 @@ jobs:
20
20
go-version : [1.22.x, 1.23.x]
21
21
os : [ubuntu-latest]
22
22
steps :
23
+ - uses : actions/checkout@v4
23
24
- name : Set up Go ${{ matrix.go-version }} on ${{ matrix.os }}
24
- uses : actions/setup-go@v1
25
+ uses : actions/setup-go@v5
25
26
with :
26
27
go-version : ${{ matrix.go-version }}
27
28
id : go
28
29
29
- - name : Check out code into the Go module directory
30
- uses : actions/checkout@v1
31
-
32
30
- name : Build on ${{ matrix.os }}
33
31
env :
34
32
MINT_MODE : full
@@ -37,13 +35,13 @@ jobs:
37
35
SECRET_KEY : minioadmin
38
36
ENABLE_HTTPS : 1
39
37
MINIO_KMS_MASTER_KEY : my-minio-key:6368616e676520746869732070617373776f726420746f206120736563726574
38
+ MINIO_LICENSE : ${{ secrets.MINIO_LICENSE }}
40
39
SSL_CERT_FILE : /tmp/certs-dir/public.crt
41
40
MINIO_CI_CD : true
42
- MINT_NO_FULL_OBJECT : true
43
41
run : |
44
42
sudo apt update -y
45
43
sudo apt install devscripts -y
46
- wget -O /tmp/minio https://dl.minio.io/server /minio/release/linux-amd64/minio
44
+ wget -O /tmp/minio https://dl.minio.io/aistor /minio/release/linux-amd64/minio
47
45
chmod +x /tmp/minio
48
46
mkdir -p /tmp/certs-dir
49
47
cp testcerts/* /tmp/certs-dir
You can’t perform that action at this time.
0 commit comments