chore(deps): update golang docker tag to v1.20
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Comrade Renovate Bot 2023-02-02 08:19:43 +00:00
parent c61e2ebb71
commit e465be24c6
1 changed files with 3 additions and 3 deletions

View File

@ -3,17 +3,17 @@ kind: pipeline
name: coopcloud.tech/tagcmp
steps:
- name: make check
image: golang:1.19
image: golang:1.20
commands:
- make check
- name: make build
image: golang:1.19
image: golang:1.20
commands:
- make build
- name: make test
image: golang:1.19
image: golang:1.20
commands:
- make test