Update drone golang version #54

Merged
gregdel merged 1 commits from drone into master 2024-02-11 16:02:13 +00:00
Showing only changes of commit 3ba4e7e054 - Show all commits

View File

@ -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