File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 64
64
uses : docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3.8.0
65
65
66
66
- name : Setup Go
67
- uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
67
+ uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
68
68
with :
69
69
go-version : ' 1.23'
70
70
check-latest : true
Original file line number Diff line number Diff line change 53
53
54
54
- uses : docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3.8.0
55
55
56
- - uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
56
+ - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
57
57
with :
58
58
go-version : ' 1.23'
59
59
check-latest : true
@@ -159,7 +159,7 @@ jobs:
159
159
160
160
- uses : docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3.8.0
161
161
162
- - uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
162
+ - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
163
163
with :
164
164
go-version : ' 1.23'
165
165
check-latest : true
Original file line number Diff line number Diff line change 46
46
platforms : amd64, arm64,ppc64le
47
47
- uses : docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3.8.0
48
48
- name : Setup Go
49
- uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
49
+ uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
50
50
with :
51
51
go-version : ~1.23
52
52
- name : Log into Docker.io
Original file line number Diff line number Diff line change 50
50
platforms : amd64, arm64,ppc64le
51
51
- uses : docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3.8.0
52
52
- name : Setup Go
53
- uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
53
+ uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
54
54
with :
55
55
go-version : ~1.23
56
56
- name : Check GoReleaser
Original file line number Diff line number Diff line change 18
18
fetch-depth : 0
19
19
20
20
- name : Setup Go
21
- uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
21
+ uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
22
22
with :
23
23
go-version : ' 1.23'
24
24
check-latest : true
You can’t perform that action at this time.
0 commit comments