Skip to content

Commit b9cd254

Browse files
committed
try old gomods
1 parent bdb63b6 commit b9cd254

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

devbox.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -152,12 +152,10 @@
152152
"go install github.com/smartcontractkit/chainlink-testing-framework/tools/gotestloghelper@latest"
153153
],
154154
"gomods-tidy": [
155-
"go install github.com/jmank88/[email protected]",
156-
"gomods tidy"
155+
"go install github.com/jmank88/[email protected] && gomods tidy"
157156
],
158157
"gomods-tidy-ci": [
159-
"go install github.com/jmank88/[email protected]",
160-
"gomods tidy",
158+
"go install github.com/jmank88/[email protected] && gomods tidy",
161159
"git add --all",
162160
"git diff --minimal --cached --exit-code"
163161
],

0 commit comments

Comments
 (0)