chore(deps): update golang docker tag to v1.18
continuous-integration/drone/pr Build was killed Details
continuous-integration/drone/push Build was killed Details

This commit is contained in:
Comrade Renovate Bot 2022-03-16 08:02:11 +00:00
parent 7594cbfff5
commit eea0488703
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