Skip to content

Commit

Permalink
tools: update golangci-lint default version to v1.50.1
Browse files Browse the repository at this point in the history
Change-Id: Iec5f094ae7078ecaa7f1a1c0329eceee0de68798
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/445815
TryBot-Result: kokoro <noreply+kokoro@google.com>
Run-TryBot: Hyang-Ah Hana Kim <hyangah@gmail.com>
Reviewed-by: Jamal Carvalho <jamal@golang.org>
  • Loading branch information
hyangah committed Oct 28, 2022
1 parent 82cad22 commit 8c40422
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/goToolsInformation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ export const allToolsInformation: { [key: string]: Tool } = {
replacedByGopls: false,
isImportant: true,
description: 'Linter',
defaultVersion: 'v1.49.0'
defaultVersion: 'v1.50.1'
},
'revive': {
name: 'revive',
Expand Down
2 changes: 1 addition & 1 deletion tools/allTools.ts.in
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ export const allToolsInformation: { [key: string]: Tool } = {
replacedByGopls: false,
isImportant: true,
description: 'Linter',
defaultVersion: 'v1.49.0'
defaultVersion: 'v1.50.1'
},
'revive': {
name: 'revive',
Expand Down

0 comments on commit 8c40422

Please sign in to comment.