.drone.yml and docker-compose.yml fix
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-02-21 16:34:53 +03:00
parent db504b0f15
commit e7d9489d49

View File

@@ -4,7 +4,7 @@ name: default
steps:
- name: go test
image: golang:1.24-alpine3.21
image: golang:1.25-alpine3.21
commands:
- apk add --no-cache git curl
- go mod tidy