Skip to content

Commit 4583086

Browse files
committed
fix ovn-ic e2e
1 parent a1f5962 commit 4583086

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-x86-image.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -594,6 +594,9 @@ jobs:
594594
go-version-file: ${{ env.E2E_DIR }}/go.mod
595595
check-latest: true
596596

597+
- name: Export Go full version
598+
run: echo "GO_FULL_VER=$(go version | awk '{print $3}')" >> "$GITHUB_ENV"
599+
597600
- name: Go cache
598601
uses: actions/cache/restore@v3
599602
with:

0 commit comments

Comments
 (0)