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

This commit is contained in:
CSRBot 2024-08-13 22:07:46 +00:00
parent af3e11b944
commit b8945e5b83
Signed by: CSRBot
GPG Key ID: DDBB888D261A47AB

View File

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