diff --git a/.drone.yml b/.drone.yml index 2e0f33b..1ef1526 100644 --- a/.drone.yml +++ b/.drone.yml @@ -16,7 +16,7 @@ steps: - npm run-script build - name: backend - image: golang:1.19.3-alpine3.16 + image: golang:1.22-alpine3.19 commands: - apk --no-cache add git - go install -tags 'postgres' github.com/golang-migrate/migrate/v4/cmd/migrate@latest