Skip to content

Commit

Permalink
fix(deps): update all direct dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Ilya Lesikov <ilya@lesikov.com>
  • Loading branch information
ilya-lesikov committed Mar 22, 2024
1 parent 728ea06 commit 48641a0
Show file tree
Hide file tree
Showing 3 changed files with 353 additions and 397 deletions.
2 changes: 1 addition & 1 deletion Taskfile.dist.yaml
Expand Up @@ -525,7 +525,7 @@ tasks:
deps:install:golangci-lint:
desc: "Install golangci-lint binary."
cmds:
- curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin {{.golangcilintVersion | default "v1.55.2"}}
- curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin {{.golangcilintVersion | default "v1.57.1"}}

deps:install:prettier:
desc: "Install prettier."
Expand Down

0 comments on commit 48641a0

Please sign in to comment.