Skip to content

Commit

Permalink
Merge pull request #1012 from ArangoGutierrez/fix/e2e/nvgha
Browse files Browse the repository at this point in the history
[no-relnote] install Go during E2E steps
  • Loading branch information
elezar authored Oct 24, 2024
2 parents c1c68aa + fbd387f commit 156885f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,13 @@ jobs:
id: vars
run: |
echo "COMMIT_SHORT_SHA=${GITHUB_SHA:0:8}" >> $GITHUB_ENV
GOLANG_VERSION=$(./hack/golang-version.sh)
echo "GOLANG_VERSION=${GOLANG_VERSION##GOLANG_VERSION := }" >> $GITHUB_ENV
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: ${{ env.GOLANG_VERSION }}

- name: Set up Holodeck
uses: NVIDIA/[email protected]
Expand Down

0 comments on commit 156885f

Please sign in to comment.