diff --git a/.drone.yml b/.drone.yml index 3c41028..3858b50 100644 --- a/.drone.yml +++ b/.drone.yml @@ -76,7 +76,7 @@ steps: - name: unit-test commands: - go test -v ./... - image: docker.io/library/golang:1.21.1 + image: docker.io/library/golang:1.21.3 resources: limits: cpu: 250 @@ -112,7 +112,7 @@ steps: - name: unit-test commands: - go test -v ./... - image: docker.io/library/golang:1.21.1 + image: docker.io/library/golang:1.21.3 # resources: # limits: # cpu: 250