Skip to content

Commit

Permalink
upgrade packages impl and gomodifytags
Browse files Browse the repository at this point in the history
  • Loading branch information
karmops authored Jul 18, 2024
1 parent 2b8494a commit a6a04ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extension/src/goToolsInformation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const allToolsInformation: { [key: string]: Tool } = {
replacedByGopls: false,
isImportant: false,
description: 'Modify tags on structs',
defaultVersion: 'v1.16.0'
defaultVersion: 'v1.17.0'
},
'goplay': {
name: 'goplay',
Expand All @@ -30,7 +30,7 @@ export const allToolsInformation: { [key: string]: Tool } = {
replacedByGopls: false,
isImportant: false,
description: 'Stubs for interfaces',
defaultVersion: 'v1.1.0'
defaultVersion: 'v1.4.0'
},
'gofumpt': {
name: 'gofumpt',
Expand Down

0 comments on commit a6a04ab

Please sign in to comment.