chore(deps): update docker.io/library/golang docker tag to v1.23.5
Some checks reported errors
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build encountered an error

This commit is contained in:
CSRBot 2025-01-17 02:14:40 +00:00
parent b56521645e
commit 0d2a91a069
Signed by: CSRBot
GPG Key ID: DDBB888D261A47AB

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.4 image: docker.io/library/golang:1.23.5
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.4 image: docker.io/library/golang:1.23.5
# resources: # resources:
# limits: # limits:
# cpu: 250 # cpu: 250