Skip to content

Commit

Permalink
Fix rename
Browse files Browse the repository at this point in the history
  • Loading branch information
Y0sh1dk committed Dec 10, 2023
1 parent e2d9df3 commit 4168ca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ tasks:
-e GOOS={{ .GOOS }} \
-e GOARCH={{ .GOARCH }} \
-v $(pwd):/app \
-v {{ .GO_MODULE_CACHE_VOLUME }}:/go/pkg/mod \
-v {{ .GO_MOD_CACHE_VOLUME }}:/go/pkg/mod \
-w /app \
golang:{{ .GO_VERSION }} \
{{ .COMMAND }}
Expand Down

0 comments on commit 4168ca6

Please sign in to comment.