Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Commit

Permalink
Install same version of Go that Zarf users
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Rodriguez committed Oct 4, 2023
1 parent 2702855 commit 4cba597
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-aws-init-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ jobs:
# - name: Install latest version of Zarf
# uses: defenseunicorns/setup-zarf@main

- name: Setup Go
uses: defenseunicorns/zarf/.github/actions/golang@main

- name: Build Zarf binary from source
run: |
tmpdir="$(mktemp -d)"
Expand Down

0 comments on commit 4cba597

Please sign in to comment.