File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 35
35
uses : actions/checkout@v5
36
36
37
37
- name : Setup Go
38
- uses : actions/setup-go@v5
38
+ uses : actions/setup-go@v6
39
39
with :
40
40
go-version-file : go.mod
41
41
Original file line number Diff line number Diff line change 26
26
with :
27
27
path : ${{ env.GOPATH }}/src/github.com/kubeflow/mpi-operator
28
28
- name : Setup Go
29
- uses : actions/setup-go@v5
29
+ uses : actions/setup-go@v6
30
30
with :
31
31
go-version-file : ${{ env.GOPATH }}/src/github.com/kubeflow/mpi-operator/go.mod
32
32
- name : fmt check
51
51
- name : Clone the code
52
52
uses : actions/checkout@v5
53
53
- name : Setup Go
54
- uses : actions/setup-go@v5
54
+ uses : actions/setup-go@v6
55
55
with :
56
56
go-version-file : go.mod
57
57
- name : Run tests
You can’t perform that action at this time.
0 commit comments