Merge pull request 'chore(deps): update docker.io/library/golang docker tag to v1.23.5' (#90) from renovate/docker.io-library-golang-1.x into master
All checks were successful
continuous-integration/drone/push Build is passing

Reviewed-on: #90
This commit is contained in:
Markus Pesch 2025-01-19 15:56:38 +00:00
commit 2b9ad2e058

View File

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