Skip to content

Commit

Permalink
Merge pull request #1717 from bstaletic/gopls0140
Browse files Browse the repository at this point in the history
Upgrade gopls to 0.14.0
  • Loading branch information
mergify[bot] authored Oct 29, 2023
2 parents adce5d8 + a79406a commit 62cfc45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -939,7 +939,7 @@ def EnableGoCompleter( args ):
new_env.pop( 'GOROOT', None )
new_env[ 'GOBIN' ] = p.join( new_env[ 'GOPATH' ], 'bin' )

gopls = 'golang.org/x/tools/gopls@v0.13.2'
gopls = 'golang.org/x/tools/gopls@v0.14.0'
CheckCall( [ go, 'install', gopls ],
env = new_env,
quiet = args.quiet,
Expand Down

0 comments on commit 62cfc45

Please sign in to comment.