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 01:12:00 +01:00
parent c4d7c0290e
commit e41ed2a113

View File

@ -61,7 +61,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
services: services:
- name: postgres - name: postgres
@ -91,7 +91,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
services: services:
- name: postgres - name: postgres