Skip to content

Commit

Permalink
bump gopls to 0.9.5 (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarolm committed Sep 24, 2022
1 parent 13fe0ee commit 87d1650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
Review gopls settings when updating TAG to see if
new settings exist
'''
TAG = '0.9.4'
TAG = '0.9.5'
GOPLS_BASE_URL = 'golang.org/x/tools/gopls@v{tag}'

RE_VER = re.compile(r'go(\d+)\.(\d+)(?:\.(\d+))?')
Expand Down

0 comments on commit 87d1650

Please sign in to comment.