We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2f4a97 commit 80e36ccCopy full SHA for 80e36cc
.github/workflows/codeql.yml
@@ -35,7 +35,7 @@ jobs:
35
uses: actions/checkout@v5
36
37
- name: Setup Go
38
- uses: actions/setup-go@v5
+ uses: actions/setup-go@v6
39
with:
40
go-version-file: go.mod
41
.github/workflows/main.yml
@@ -26,7 +26,7 @@ jobs:
26
27
path: ${{ env.GOPATH }}/src/github.com/kubeflow/mpi-operator
28
29
30
31
go-version-file: ${{ env.GOPATH }}/src/github.com/kubeflow/mpi-operator/go.mod
32
- name: fmt check
@@ -51,7 +51,7 @@ jobs:
51
- name: Clone the code
52
53
54
55
56
57
- name: Run tests
0 commit comments