chore(deps): update golang docker tag to v1.18 (main) #15

Merged
decentral1se merged 1 commits from renovate/main-golang-1.x into main 2022-03-16 23:44:47 +00:00
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.17
image: golang:1.18
commands:
- make check
- name: make build
image: golang:1.17
image: golang:1.18
commands:
- make build
- name: make test
image: golang:1.17
image: golang:1.18
commands:
- make test