This repository was archived by the owner on Apr 8, 2025. It is now read-only.
File tree 3 files changed +4
-5
lines changed
3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -66,11 +66,13 @@ jobs:
66
66
with :
67
67
go-version : 1.20.1
68
68
69
- - name : checkout dockerfile to avoid false diff
69
+ - name : Checkout dockerfile to avoid false diff
70
70
run : git checkout ./docker/userspacecni/Dockerfile
71
71
# if this fails, run go mod tidy
72
+ - name : Manually get binapi to avoid false fail
73
+ run : go mod tidy
72
74
- name : Check if module files are consistent with code
73
- run :
go mod tidy && go get go.fd.io/govpp/binapigen/[email protected] && git diff --exit-code # need package for bin api but not working with tidy
75
+ run : git diff --exit-code
74
76
75
77
# if this fails, run go mod vendor
76
78
- name : Check if vendor directory is consistent with go modules
Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ require (
18
18
)
19
19
20
20
require (
21
- github.com/bennyscetbun/jsongo v1.1.0 // indirect
22
21
github.com/coreos/go-iptables v0.6.0 // indirect
23
22
github.com/davecgh/go-spew v1.1.1 // indirect
24
23
github.com/emicklei/go-restful/v3 v3.9.0 // indirect
Original file line number Diff line number Diff line change 1
- github.com/bennyscetbun/jsongo v1.1.0 h1:ZDSks3aLP13jhY139lWaUqZaU8G0tELMohzumut/KDM =
2
- github.com/bennyscetbun/jsongo v1.1.0 /go.mod h1:suxbVmjBV8+A2BBAM5EYVh6Uj8j3rqJhzWf3hv7Ff8U =
3
1
github.com/chzyer/logex v1.1.10 /go.mod h1:+Ywpsq7O8HXn0nuIou7OrIPyXbp3wmkHB+jjWRnGsAI =
4
2
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e /go.mod h1:nSuG5e5PlCu98SY8svDHJxuZscDgtXS6KTTbou5AhLI =
5
3
github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1 /go.mod h1:Q3SI9o4m/ZMnBNeIyt5eFwwo7qiLfzFZmjNmxjkiQlU =
You can’t perform that action at this time.
0 commit comments