We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3f27b14 + 7121686 commit f20345aCopy full SHA for f20345a
Taskfile.yml
@@ -1,8 +1,8 @@
1
version: "3"
2
vars:
3
- GOLANGCI_LINT_VERSION: v2.4.0
4
- GOIMPORTS_VERSION: v0.29.0
5
- DPRINT_VERSION: 0.48.0
+ GOLANGCI_LINT_VERSION: v2.5.0
+ GOIMPORTS_VERSION: v0.38.0
+ DPRINT_VERSION: 0.50.2
6
VERSION: # if version is not passed we hack the semver by encoding the commit as pre-release
7
sh: echo "${VERSION:-0.0.0-$(git rev-parse --short HEAD)}"
8
0 commit comments