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

Manually merged
renovate-bot merged 1 commits from renovate/main-golang-1.x into main 2022-08-03 08:17:22 +00:00

View File

@ -3,17 +3,17 @@ kind: pipeline
name: coopcloud.tech/abra
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
@ -45,7 +45,7 @@ steps:
event: tag
- name: release
image: golang:1.18
image: golang:1.19
environment:
GITEA_TOKEN:
from_secret: goreleaser_gitea_token