Compare commits

..

1 Commits

Author SHA1 Message Date
361b84c177
chore(deps): update docker.io/library/golang docker tag to v1.24.0
Some checks failed
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is failing
2025-02-12 20:14:52 +00:00

View File

@ -76,7 +76,7 @@ steps:
- name: unit-test - name: unit-test
commands: commands:
- go test -v ./... - go test -v ./...
image: docker.io/library/golang:1.23.6 image: docker.io/library/golang:1.24.0
resources: resources:
limits: limits:
cpu: 250 cpu: 250
@ -112,7 +112,7 @@ steps:
- name: unit-test - name: unit-test
commands: commands:
- go test -v ./... - go test -v ./...
image: docker.io/library/golang:1.23.6 image: docker.io/library/golang:1.24.0
# resources: # resources:
# limits: # limits:
# cpu: 250 # cpu: 250