Skip to content

Commit

Permalink
Add upgrade-indirect-dependencies task
Browse files Browse the repository at this point in the history
  • Loading branch information
ffurrer2 committed Jun 16, 2024
1 parent eb2ac15 commit f2d529b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tasks/GoTasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,11 @@ tasks:
- task: tidy
silent: true

gofmt:
desc: Format code with gofmt
upgrade-indirect-dependencies:
desc: Upgrade all indirect dependencies
cmds:
- go fmt ./...
- go get -d -v -u all
- task: tidy
silent: true

# https://github.com/mvdan/gofumpt
Expand Down

0 comments on commit f2d529b

Please sign in to comment.