Skip to content

Commit

Permalink
Pin gorm sqlserver driver to avoid newest version of gorm
Browse files Browse the repository at this point in the history
  • Loading branch information
ajgajg1134 committed Feb 28, 2022
1 parent f2bd9b6 commit 504ee4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Expand Up @@ -280,6 +280,7 @@ jobs:
# pin above.
go get gorm.io/driver/mysql@v1.2.3
go get gorm.io/driver/postgres@v1.2.3
go get gorm.io/driver/sqlserver@v1.3.0
go get github.com/zenazn/goji@v1.0.1
- run:
Expand Down

0 comments on commit 504ee4a

Please sign in to comment.