File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 21
21
- run : git fetch --force --tags
22
22
23
23
- name : Set up Go
24
- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
24
+ uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
25
25
with :
26
26
go-version : 1.24
27
27
cache : true
Original file line number Diff line number Diff line change 28
28
- name : Checkout code
29
29
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
30
30
- name : Install Go
31
- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
31
+ uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
32
32
with :
33
33
go-version : ${{ matrix.go-version }}
34
34
cache : true
66
66
quay.io/minio/minio server /data --console-address ":9090"
67
67
68
68
- name : Install Go
69
- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
69
+ uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
70
70
with :
71
71
go-version : stable
72
72
cache : true
You can’t perform that action at this time.
0 commit comments