Skip to content

Commit bdd632c

Browse files
committed
changed tests workflows to use go version from go.mod
changed tests workflows to use go version from go.mod Signed-off-by: liranmauda <liran.mauda@gmail.com> (cherry picked from commit 656f1f3)
1 parent 4c126d2 commit bdd632c

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/run_admission_test.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,11 @@ jobs:
2020
- name: Setup Go
2121
uses: actions/setup-go@v5
2222
with:
23-
go-version: "1.23"
23+
go-version-file: ./noobaa-operator/go.mod
24+
check-latest: true
25+
cache: true
26+
cache-dependency-path: |
27+
**/go.sum
2428
2529
- name: Set environment variables
2630
run: |

0 commit comments

Comments
 (0)