chore(deps): update docker.io/library/golang docker tag to v1.23.1
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
CSRBot 2024-09-06 01:09:05 +00:00
parent af3e11b944
commit 2918fb6f90
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.22.3 image: docker.io/library/golang:1.23.1
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.22.3 image: docker.io/library/golang:1.23.1
# resources: # resources:
# limits: # limits:
# cpu: 250 # cpu: 250