Skip to content

Commit cc44e34

Browse files
authored
fix goose setup step in integration test config (Netflix#310)
1 parent 75f9e23 commit cc44e34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
with:
8484
go-version: ${{ matrix.golang-version }}
8585
- name: Install goose migration tool
86-
run: go get -u github.com/pressly/goose/cmd/goose
86+
run: go install github.com/pressly/goose/v3/cmd/goose@v3.5.3
8787
- name: Set up Python ${{ matrix.python-version }}
8888
uses: actions/setup-python@v2
8989
with:

0 commit comments

Comments
 (0)