Skip to content

Commit

Permalink
Merge pull request #3627 from bhcleek/revive/pin/1.3.4
Browse files Browse the repository at this point in the history
plugin: pin revive at v1.3.4
  • Loading branch information
bhcleek authored Jan 6, 2024
2 parents e2e7ad7 + befe5ba commit b75321f
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 b75321f

Please sign in to comment.