Skip to content

Commit

Permalink
Don't install goose in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tchajed committed Jul 20, 2024
1 parent d75fa89 commit 5d6f2d9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ jobs:
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- name: Install Goose
run: |
go install github.com/goose-lang/goose/cmd/goose@latest
- name: Install dependencies
run: |
go get -t ./...
Expand Down

0 comments on commit 5d6f2d9

Please sign in to comment.