diff --git a/.drone.yml b/.drone.yml index e49a0de..bc2b216 100644 --- a/.drone.yml +++ b/.drone.yml @@ -111,7 +111,7 @@ steps: - name: unit-test commands: - go test -v ./... - image: docker.io/library/golang:1.17.6 + image: docker.io/library/golang:1.17.8 resources: limits: cpu: 250 @@ -137,7 +137,7 @@ steps: - name: unit-test commands: - go test -v ./... - image: docker.io/library/golang:1.17.6 + image: docker.io/library/golang:1.17.8 resources: limits: cpu: 250