diff --git a/.drone.yml b/.drone.yml index a7a2ae5..cc94338 100644 --- a/.drone.yml +++ b/.drone.yml @@ -64,7 +64,7 @@ steps: - name: unit-test commands: - go test -v ./... - image: docker.io/library/golang:1.19.4 + image: docker.io/library/golang:1.19.5 resources: limits: cpu: 250 @@ -90,7 +90,7 @@ steps: - name: unit-test commands: - go test -v ./... - image: docker.io/library/golang:1.19.4 + image: docker.io/library/golang:1.19.5 resources: limits: cpu: 250