diff --git a/.drone.yml b/.drone.yml index 7265c92..090d423 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.23.5 + image: docker.io/library/golang:1.24.0 resources: limits: cpu: 250 @@ -112,7 +112,7 @@ steps: - name: unit-test commands: - go test -v ./... - image: docker.io/library/golang:1.23.5 + image: docker.io/library/golang:1.24.0 # resources: # limits: # cpu: 250