chore(deps): update golang docker tag to v1.19

This commit is contained in:
Comrade Renovate Bot 2022-08-03 07:01:38 +00:00
parent eea0488703
commit c61e2ebb71
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.18
image: golang:1.19
commands:
- make check
- name: make build
image: golang:1.18
image: golang:1.19
commands:
- make build
- name: make test
image: golang:1.18
image: golang:1.19
commands:
- make test