Skip to content

Commit

Permalink
Fix broken macOS CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
smoogipoo committed May 3, 2024
1 parent d73af6c commit 01ead9f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ jobs:

- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: 1.21.9

- name: Install httpbin
run: go install github.com/mccutchen/go-httpbin/v2/cmd/go-httpbin@latest
Expand Down

0 comments on commit 01ead9f

Please sign in to comment.