Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
marshallford committed Aug 17, 2024
1 parent bb0378f commit 3d77ebe
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup go
uses: actions/setup-go@v5
with:
go-version-file: .go-version
- name: Download dependencies
run: go mod download
- name: Setup Terraform
uses: hashicorp/setup-terraform@v3
with:
Expand Down

0 comments on commit 3d77ebe

Please sign in to comment.