Skip to content

Commit

Permalink
default version for gopmodifytags
Browse files Browse the repository at this point in the history
  • Loading branch information
nighca committed Oct 24, 2023
1 parent 5a81a50 commit 11fbfd0
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 @@ -66,7 +66,7 @@ export const allToolsInformation: { [key: string]: Tool } = {
replacedByGopls: false,
isImportant: false,
description: 'Modify tags on structs',
defaultVersion: 'v1.16.0'
defaultVersion: 'v1.0.0'
},
'goplay': {
name: 'goplay',
Expand Down
2 changes: 1 addition & 1 deletion tools/allTools.ts.in
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export const allToolsInformation: { [key: string]: Tool } = {
replacedByGopls: false,
isImportant: false,
description: 'Modify tags on structs',
defaultVersion: 'v1.16.0'
defaultVersion: 'v1.0.0'
},
'goplay': {
name: 'goplay',
Expand Down

0 comments on commit 11fbfd0

Please sign in to comment.