Browse Source

Taskfile: watch go.mod and use timestamp instead of checksum (#6885)

[skip ci]
Joe Chen 3 years ago
parent
commit
6dbeb16d21
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Taskfile.yml

+ 2 - 0
Taskfile.yml

@@ -28,11 +28,13 @@ tasks:
       BUILD_COMMIT:
         sh: git rev-parse HEAD
     sources:
+      - go.mod
       - gogs.go
       - internal/**/*.go
       - conf/**/*
       - public/**/*
       - templates/**/*
+    method: timestamp
 
   generate-schemadoc:
     desc: Generate database schema documentation