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

This commit is contained in:
CSRBot 2023-02-02 11:12:07 +01:00
parent 20e923f020
commit a04c9559ae

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