Skip to content

Commit

Permalink
Merge pull request #6277 from smoogipoo/fix-go-setup
Browse files Browse the repository at this point in the history
Fix broken macOS CI build
  • Loading branch information
bdach authored May 3, 2024
2 parents c1cfbc5 + 01ead9f commit 267129d
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 267129d

Please sign in to comment.