diff --git a/Taskfile.yaml b/Taskfile.yaml
index c495e5a..0a7a762 100644
--- a/Taskfile.yaml
+++ b/Taskfile.yaml
@@ -29,7 +29,7 @@ tasks:
   deps:tools:
     desc: Installs tools needed for building
     vars:
-      GORELEASER_VERSION: "0.183.0"
+      GORELEASER_VERSION: "1.19.2"
     cmds:
       - '{{ if ne OS "windows" }} sh -c "curl -L https://github.com/goreleaser/goreleaser/releases/download/v{{ .GORELEASER_VERSION }}/goreleaser_$(uname -s)_$(uname -m).tar.gz | tar -xz -C $(go env GOPATH)/bin goreleaser"{{ else }} {{ end }}'
       - '{{ if ne OS "windows" }} chmod +x $(go env GOPATH)/bin/goreleaser{{ else }} {{ end }}'