Skip to content

Commit

Permalink
plugin: pin revive at v1.3.4
Browse files Browse the repository at this point in the history
Pin revive at v1.3.4 until v1.3.6 is released, because v1.3.5 has a
replace directive in its go.mod file, preventing revive from being
installed via go install.
  • Loading branch information
bhcleek committed Jan 6, 2024
1 parent e2e7ad7 commit befe5ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/go.vim
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ let s:packages = {
\ 'fillstruct': ['github.com/davidrjenni/reftools/cmd/fillstruct@master'],
\ 'godef': ['github.com/rogpeppe/godef@latest'],
\ 'goimports': ['golang.org/x/tools/cmd/goimports@master'],
\ 'revive': ['github.com/mgechev/revive@latest'],
\ 'revive': ['github.com/mgechev/revive@v1.3.4'],
\ 'gopls': ['golang.org/x/tools/gopls@latest', {}, {'after': function('go#lsp#Restart', [])}],
\ 'golangci-lint': ['github.com/golangci/golangci-lint/cmd/golangci-lint@latest'],
\ 'staticcheck': ['honnef.co/go/tools/cmd/staticcheck@latest'],
Expand Down

0 comments on commit befe5ba

Please sign in to comment.