Skip to content

Commit f20345a

Browse files
committed
Merge branch 'add-github-workflow' of github.com:arduino/arduino-router into add-github-workflow
2 parents 3f27b14 + 7121686 commit f20345a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Taskfile.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
version: "3"
22
vars:
3-
GOLANGCI_LINT_VERSION: v2.4.0
4-
GOIMPORTS_VERSION: v0.29.0
5-
DPRINT_VERSION: 0.48.0
3+
GOLANGCI_LINT_VERSION: v2.5.0
4+
GOIMPORTS_VERSION: v0.38.0
5+
DPRINT_VERSION: 0.50.2
66
VERSION: # if version is not passed we hack the semver by encoding the commit as pre-release
77
sh: echo "${VERSION:-0.0.0-$(git rev-parse --short HEAD)}"
88

0 commit comments

Comments
 (0)