diff --git a/.drone.yml b/.drone.yml index c3b12f5..683b1ea 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.0 + image: docker.io/library/golang:1.21.1 resources: limits: cpu: 250 @@ -112,7 +112,7 @@ steps: - name: unit-test commands: - go test -v ./... - image: docker.io/library/golang:1.21.0 + image: docker.io/library/golang:1.21.1 # resources: # limits: # cpu: 250