Skip to content

Commit a63e45d

Browse files
committed
Use latest version of golangci-lint and gofumpt
1 parent c0d10af commit a63e45d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

go-monorepo/plugin.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"description": "Go monorepo plugin",
44
"packages": {
55
"go": "latest",
6-
"runx:golangci/golangci-lint": "latest",
7-
"runx:mvdan/gofumpt": "latest",
6+
"golangci-lint": "latest",
7+
"gofumpt": "latest",
88
},
99
"env": {
1010
"GOENV": "off",

0 commit comments

Comments
 (0)