diff --git a/.drone.yml b/.drone.yml index 81a2074..32cb085 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.18.1 + image: docker.io/library/golang:1.18.2 resources: limits: cpu: 250 @@ -137,7 +137,7 @@ steps: - name: unit-test commands: - go test -v ./... - image: docker.io/library/golang:1.18.1 + image: docker.io/library/golang:1.18.2 resources: limits: cpu: 250