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

This commit is contained in:
CSRBot 2023-07-08 19:51:43 +02:00
parent 80d367aa20
commit 043cd32de7
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.20.0 image: docker.io/library/golang:1.20.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.20.0 image: docker.io/library/golang:1.20.5
# resources: # resources:
# limits: # limits:
# cpu: 250 # cpu: 250