FIX (migrations): Fix version of migrations tool goose

This commit is contained in:
Rostislav Dugin
2026-02-22 23:43:23 +03:00
parent 0a0040839e
commit 2a19a96aae

View File

@@ -407,7 +407,7 @@ jobs:
- name: Run database migrations
run: |
cd backend
go install github.com/pressly/goose/v3/cmd/goose@latest
go install github.com/pressly/goose/v3/cmd/goose@v3.24.3
goose up
- name: Run Go tests