Skip to content

Commit

Permalink
feat(Taskfile): go 1.21.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jochumdev committed Dec 6, 2023
1 parent d3e504c commit 6b86a89
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.4" in all packages
desc: Run "go mod tidy -go=1.21.5" in all packages
cmds:
- task: runall
vars:
CLI_ARGS: go mod tidy -go=1.21.4
CLI_ARGS: go mod tidy -go=1.21.5
fmt:
desc: Run "go fmt" in all packages
cmds:
Expand Down

0 comments on commit 6b86a89

Please sign in to comment.