.drone.yml and docker-compose.yml fix
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -4,7 +4,7 @@ name: default
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: go test
|
- name: go test
|
||||||
image: golang:1.24-alpine3.21
|
image: golang:1.25-alpine3.21
|
||||||
commands:
|
commands:
|
||||||
- apk add --no-cache git curl
|
- apk add --no-cache git curl
|
||||||
- go mod tidy
|
- go mod tidy
|
||||||
|
|||||||
Reference in New Issue
Block a user