Skip to content

Commit

Permalink
Fix invalid acceptance test yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
JenGoldstrich committed Jun 20, 2024
1 parent ce7f206 commit 1073e57
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/acceptance-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
echo "Found Go $(cat .go-version)"
echo "go-version=$(cat .go-version)" >> $GITHUB_OUTPUT
acceptance-tests:
runs-on: ubuntu-latest
needs:
Expand All @@ -49,7 +50,7 @@ jobs:
- name: Checkout
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4

- name: Set up Go
- name: Set up Go
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
with:
go-version: ${{ needs.get-go-version.outputs.go-version }}
Expand Down

0 comments on commit 1073e57

Please sign in to comment.