Skip to content

Commit

Permalink
Fix deprecation waring
Browse files Browse the repository at this point in the history
  • Loading branch information
ffurrer2 committed Sep 9, 2024
1 parent 0efe62c commit 1320dad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/GoTasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ tasks:
upgrade-indirect-dependencies:
desc: Upgrade all indirect dependencies
cmds:
- go get -d -v -u all
- go get -d=true -v -u all
- task: tidy
silent: true

Expand Down

0 comments on commit 1320dad

Please sign in to comment.