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

This commit is contained in:
CSRBot 2022-12-06 22:41:43 +01:00
parent 1843f826cf
commit d5f74d704f

View File

@ -64,7 +64,7 @@ steps:
- name: unit-test - name: unit-test
commands: commands:
- go test -v ./... - go test -v ./...
image: docker.io/library/golang:1.19.3 image: docker.io/library/golang:1.19.4
resources: resources:
limits: limits:
cpu: 250 cpu: 250
@ -90,7 +90,7 @@ steps:
- name: unit-test - name: unit-test
commands: commands:
- go test -v ./... - go test -v ./...
image: docker.io/library/golang:1.19.3 image: docker.io/library/golang:1.19.4
resources: resources:
limits: limits:
cpu: 250 cpu: 250