chore(deps): update dependency docker.io/library/golang to v1.19.2
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-10-04 23:52:11 +02:00
parent fed1a32398
commit ca853da320

View File

@ -111,7 +111,7 @@ steps:
- name: unit-test - name: unit-test
commands: commands:
- go test -v ./... - go test -v ./...
image: docker.io/library/golang:1.19.1 image: docker.io/library/golang:1.19.2
resources: resources:
limits: limits:
cpu: 250 cpu: 250
@ -137,7 +137,7 @@ steps:
- name: unit-test - name: unit-test
commands: commands:
- go test -v ./... - go test -v ./...
image: docker.io/library/golang:1.19.1 image: docker.io/library/golang:1.19.2
resources: resources:
limits: limits:
cpu: 250 cpu: 250