File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1- name : Huge Go Module Cache Test with setup-go (Preserve Root Files, Go 1.24)
1+ name : Huge Go Module Cache Test with setup-go (Preserve Root Files, Go 1.24) - v5
22
33on :
44 workflow_dispatch :
5555 github.com/googleapis/gax-go/v2 v2.7.0
5656 github.com/gocql/gocql v1.5.0
5757 )
58+ replace github.com/Shopify/sarama => github.com/Shopify/sarama v1.46.3
5859 EOF
5960
6061 - name : Create dummy Go file to force dependency download
@@ -159,6 +160,8 @@ jobs:
159160 github.com/googleapis/gax-go/v2 v2.7.0
160161 github.com/gocql/gocql v1.5.0
161162 )
163+ replace github.com/Shopify/sarama => github.com/Shopify/sarama v1.46.3
164+
162165 EOF
163166
164167 - name : Create dummy Go file to force dependency download
@@ -263,6 +266,8 @@ jobs:
263266 github.com/googleapis/gax-go/v2 v2.7.0
264267 github.com/gocql/gocql v1.5.0
265268 )
269+ replace github.com/Shopify/sarama => github.com/Shopify/sarama v1.46.3
270+
266271 "@
267272 Set-Content -Path go.mod -Value $goMod
268273
Original file line number Diff line number Diff line change @@ -30,4 +30,7 @@ require (
3030 github.com/segmentio/kafka-go v0.4.30
3131 github.com/googleapis/gax-go/v2 v2.7.0
3232 github.com/gocql/gocql v1.5.0
33- )
33+ github.com/Shopify/sarama v1.46.3
34+ )
35+
36+ replace github.com/Shopify/sarama => github.com/Shopify/sarama v1.46.3
You can’t perform that action at this time.
0 commit comments