chore(deps): update golang docker tag to v1.20 (main) #17

Merged
renovate-bot merged 1 commits from renovate/main-golang-1.x into main 2023-02-03 08:11:33 +00:00

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