Compare commits

..

1 Commits

Author SHA1 Message Date
CSRBot e43497b3b3
chore(deps): update docker.io/library/golang docker tag to v1.21.7
continuous-integration/drone/push Build encountered an error Details
continuous-integration/drone/pr Build encountered an error Details
2024-02-06 23:06:43 +00:00
1 changed files with 2 additions and 2 deletions

View File

@ -73,7 +73,7 @@ steps:
- name: unit-test
commands:
- go test -v ./...
image: docker.io/library/golang:1.22.0
image: docker.io/library/golang:1.21.7
services:
- name: postgres
@ -109,7 +109,7 @@ steps:
- name: unit-test
commands:
- go test -v ./...
image: docker.io/library/golang:1.22.0
image: docker.io/library/golang:1.21.7
services:
- name: postgres