chore(deps): update docker.io/library/golang docker tag to v1.21.4
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is passing Details

This commit is contained in:
CSRBot 2023-11-07 23:08:24 +00:00
parent 5109052a11
commit d7c6d61766
1 changed files with 2 additions and 2 deletions

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