File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 14
14
runs-on : ${{ matrix.os }}
15
15
strategy :
16
16
matrix :
17
- go-version : [1.16.x]
17
+ go-version : [1.16.x, 1.17.x ]
18
18
os : [ubuntu-latest]
19
19
steps :
20
20
- name : Set up Go ${{ matrix.go-version }} on ${{ matrix.os }}
Original file line number Diff line number Diff line change 14
14
runs-on : ${{ matrix.os }}
15
15
strategy :
16
16
matrix :
17
- go-version : [1.16.x]
17
+ go-version : [1.16.x, 1.17.x ]
18
18
os : [ubuntu-latest]
19
19
steps :
20
20
- name : Set up Go ${{ matrix.go-version }} on ${{ matrix.os }}
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ require (
23
23
github.com/minio/minio-go/v7 v7.0.14
24
24
github.com/minio/operator v0.0.0-20210812082324-26350f153661
25
25
github.com/minio/operator/logsearchapi v0.0.0-20210812082324-26350f153661
26
- github.com/minio/pkg v1.1.3
26
+ github.com/minio/pkg v1.1.5
27
27
github.com/minio/selfupdate v0.3.1
28
28
github.com/mitchellh/go-homedir v1.1.0
29
29
github.com/rs/xid v1.2.1
Original file line number Diff line number Diff line change @@ -893,8 +893,8 @@ github.com/minio/operator/logsearchapi v0.0.0-20210812082324-26350f153661/go.mod
893
893
github.com/minio/pkg v1.0.3 /go.mod h1:obU54TZ9QlMv0TRaDgQ/JTzf11ZSXxnSfLrm4tMtBP8 =
894
894
github.com/minio/pkg v1.0.4 /go.mod h1:obU54TZ9QlMv0TRaDgQ/JTzf11ZSXxnSfLrm4tMtBP8 =
895
895
github.com/minio/pkg v1.0.8 /go.mod h1:32x/3OmGB0EOi1N+3ggnp+B5VFkSBBB9svPMVfpnf14 =
896
- github.com/minio/pkg v1.1.3 h1:J4vGnlNSxc/o9gDOQMZ3k0L3koA7ZgBQ7GRMrUpt/OY =
897
- github.com/minio/pkg v1.1.3 /go.mod h1:32x/3OmGB0EOi1N+3ggnp+B5VFkSBBB9svPMVfpnf14 =
896
+ github.com/minio/pkg v1.1.5 h1:phwKkJBQdVLyxOXC3RChPVGLtebplzQJ5jJ3l/HBvnk =
897
+ github.com/minio/pkg v1.1.5 /go.mod h1:32x/3OmGB0EOi1N+3ggnp+B5VFkSBBB9svPMVfpnf14 =
898
898
github.com/minio/selfupdate v0.3.1 h1:BWEFSNnrZVMUWXbXIgLDNDjbejkmpAmZvy/nCz1HlEs =
899
899
github.com/minio/selfupdate v0.3.1 /go.mod h1:b8ThJzzH7u2MkF6PcIra7KaXO9Khf6alWPvMSyTDCFM =
900
900
github.com/minio/sha256-simd v0.1.1 /go.mod h1:B5e1o+1/KgNmWrSQK08Y6Z1Vb5pwIktudl0J58iy0KM =
You can’t perform that action at this time.
0 commit comments