diff --git a/.drone.yml b/.drone.yml index af26a6d..c3dc47d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -108,7 +108,7 @@ steps: - name: unit-test commands: - go test -v ./... - image: docker.io/library/golang:1.18.5 + image: docker.io/library/golang:1.19.0 services: - name: postgres @@ -138,7 +138,7 @@ steps: - name: unit-test commands: - go test -v ./... - image: docker.io/library/golang:1.18.5 + image: docker.io/library/golang:1.19.0 services: - name: postgres