Skip to content

Commit

Permalink
fix(Taskfile): do not change the go version.
Browse files Browse the repository at this point in the history
  • Loading branch information
jochumdev committed Dec 7, 2023
1 parent 1f98852 commit f06c92b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ tasks:
# Runall helpers
###########################
mod-tidy:
desc: Run "go mod tidy -go=1.21" in all packages
desc: Run "go mod tidy" in all packages
cmds:
- task: runall
vars:
CLI_ARGS: go mod tidy -go=1.21
CLI_ARGS: go mod tidy
fmt:
desc: Run "go fmt" in all packages
cmds:
Expand Down

0 comments on commit f06c92b

Please sign in to comment.