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