Skip to content

Commit a1bdb12

Browse files
author
lmvysakh
committed
Updated workflow
1 parent ff59fab commit a1bdb12

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.github/workflows/hugecachedpendencyv5.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

33
on:
44
workflow_dispatch:
@@ -55,6 +55,7 @@ jobs:
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

bigcachetest/go.mod

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)