Skip to content

Commit

Permalink
.circleci: pin gofiber to version 2.26.0 (#1170)
Browse files Browse the repository at this point in the history
gofiber >= v2.27.0 has a transitive dependency on a newer version of
golang.org/x/net that requires Go >= 1.15, breaking our build
  • Loading branch information
nsrip-dd committed Feb 15, 2022
1 parent d4e3832 commit 4daf647
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Expand Up @@ -253,6 +253,9 @@ jobs:
go get github.com/Shopify/sarama@v1.22.0
# Temporary enforcing gorm to v1.22.4 to avoid the problems of v1.22.5
go get -v gorm.io/gorm@v1.22.4
# gofiber >= v2.27.0 has a transitive dependency on a newer version of
# golang.org/x/net that requires Go >= 1.15, breaking our build
go get github.com/gofiber/fiber/v2@v2.26.0
- run:
name: Wait for MySQL
Expand Down

0 comments on commit 4daf647

Please sign in to comment.