Skip to content

Commit

Permalink
.circleci: pin golang.org/x/net for Go 1.14 compatibility
Browse files Browse the repository at this point in the history
... hopefully?
  • Loading branch information
nsrip-dd committed Feb 15, 2022
1 parent fd5a429 commit d27bc9d
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
# Pin last version of golang.org/x/net, later version require
# os.ErrDeadlineExceeded which is only available for Go >=1.15
go get golang.org/x/net@d418f374d
- run:
name: Wait for MySQL
Expand Down

0 comments on commit d27bc9d

Please sign in to comment.