diff --git a/.drone.yml b/.drone.yml index aa49568..456cd0a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -73,7 +73,7 @@ steps: - name: unit-test commands: - go test -v ./... - image: docker.io/library/golang:1.22.1 + image: docker.io/library/golang:1.22.2 services: - name: postgres @@ -109,7 +109,7 @@ steps: - name: unit-test commands: - go test -v ./... - image: docker.io/library/golang:1.22.1 + image: docker.io/library/golang:1.22.2 services: - name: postgres