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