Skip to content

Commit

Permalink
Set up Go in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
garyghayrat committed Jan 30, 2024
1 parent e403dce commit e5c6598
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 @@ -35,6 +35,12 @@ jobs:
- name: Run tests
run: forge test

- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.21.5
cache: False

- name: Install `jd` CLI
run: go install github.com/josephburnett/jd@latest

Expand Down

0 comments on commit e5c6598

Please sign in to comment.