diff --git a/.drone.yml b/.drone.yml index 12eb951..88f5516 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.19.1 + image: docker.io/library/golang:1.19.2 resources: limits: cpu: 250 @@ -137,7 +137,7 @@ steps: - name: unit-test commands: - go test -v ./... - image: docker.io/library/golang:1.19.1 + image: docker.io/library/golang:1.19.2 resources: limits: cpu: 250