Skip to content

Commit 562ccfb

Browse files
committed
e2e tests: Setup Go version based on CFO go.mod file
1 parent 179fd75 commit 562ccfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/e2e_tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ 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'
7272

7373
- name: Set up gotestfmt
7474
uses: gotesttools/gotestfmt-action@v2

0 commit comments

Comments
 (0)