Update drone golang version #54

Merged
gregdel merged 1 commits from drone into master 2024-02-11 16:02:13 +00:00

View File

@ -16,7 +16,7 @@ steps:
- npm run-script build - npm run-script build
- name: backend - name: backend
image: golang:1.19.3-alpine3.16 image: golang:1.22-alpine3.19
commands: commands:
- apk --no-cache add git - apk --no-cache add git
- go install -tags 'postgres' github.com/golang-migrate/migrate/v4/cmd/migrate@latest - go install -tags 'postgres' github.com/golang-migrate/migrate/v4/cmd/migrate@latest