Skip to content

Commit 890975e

Browse files
sutaakaropenshift-merge-bot[bot]
authored andcommitted
e2e tests: Setup Go version based on CFO go.mod file
1 parent 179fd75 commit 890975e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: .github/workflows/e2e_tests.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ jobs:
6868
- name: Set Go
6969
uses: actions/setup-go@v5
7070
with:
71-
go-version: v1.20
71+
go-version-file: './codeflare-operator/go.mod'
72+
cache-dependency-path: "./codeflare-operator/go.sum"
7273

7374
- name: Set up gotestfmt
7475
uses: gotesttools/gotestfmt-action@v2

0 commit comments

Comments
 (0)