We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5307a7 commit c2aaa06Copy full SHA for c2aaa06
Taskfile.yml
@@ -185,7 +185,7 @@ vars:
185
COMMIT:
186
sh: echo "$(git log -n 1 --format=%h)"
187
TIMESTAMP:
188
- sh: echo "$(date --utc --iso-8601=second)"
+ sh: echo "$(date -u +"%Y-%m-%dT%H:%M:%SZ")"
189
LDFLAGS: >
190
-ldflags '-X github.com/arduino/arduino-check/configuration.commit={{.COMMIT}} -X github.com/arduino/arduino-check/configuration.buildTimestamp={{.TIMESTAMP}}'
191
GOFLAGS: "-timeout 10m -v -coverpkg=./... -covermode=atomic"
0 commit comments