Skip to content

Commit

Permalink
Fix a recipe in justfile to update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcouture committed Sep 23, 2023
1 parent c361330 commit e12ff5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ docker_local_image := "jcouture/prntenv:" + docker_tag

# Update dependencies
@go-mod-update:
go get -u
go get -d -u ./...
go mod tidy

# Dry-run GoReleaser
Expand Down

0 comments on commit e12ff5c

Please sign in to comment.