Skip to content

Commit

Permalink
Upgrade gopls to v0.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bstaletic committed Dec 13, 2024
1 parent 4b03750 commit 7cc4ee2
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 @@ -964,7 +964,7 @@ def EnableGoCompleter( args ):
new_env.pop( 'GOROOT', None )
new_env[ 'GOBIN' ] = p.join( new_env[ 'GOPATH' ], 'bin' )

gopls = 'golang.org/x/tools/[email protected].1'
gopls = 'golang.org/x/tools/[email protected].2'
CheckCall( [ go, 'install', gopls ],
env = new_env,
quiet = args.quiet,
Expand Down

0 comments on commit 7cc4ee2

Please sign in to comment.