Skip to content

Commit

Permalink
Fix goose install in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tchajed committed Jul 20, 2024
1 parent 531204b commit 3a000bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
go-version: ${{ matrix.go-version }}
- name: Install Goose
run: |
go install github.com/tchajed/goose/cmd/goose@latest
go install github.com/goose-lang/goose/cmd/goose@latest
- name: Install dependencies
run: |
go get -t ./...
Expand Down

0 comments on commit 3a000bb

Please sign in to comment.