diff --git a/.drone.yml b/.drone.yml index 6267588..bda5252 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.6 + image: docker.io/library/golang:1.22.0 resources: limits: cpu: 250 @@ -112,7 +112,7 @@ steps: - name: unit-test commands: - go test -v ./... - image: docker.io/library/golang:1.21.6 + image: docker.io/library/golang:1.22.0 # resources: # limits: # cpu: 250