Browse Source

project: test 28

Yi 1 year ago
parent
commit
c5e82c4996
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .drone.yml

+ 1 - 1
.drone.yml

@@ -16,7 +16,7 @@ steps:
     commands:
       - git clone -b develop http://kpt.kptyun.cn:3000/xuyiping/kpt-tmr-group.git
   - name: test
-    image: alpine/golang
+    image: golang:1.17
     commands:
       - cd /drone/src/kpt-tmr-group
       - go test `go list ./... | grep -v -E "mock|store|test|fake|cmd|bin|backend|google|logger|proto"` -coverprofile .cover.txt