chore(deps): update golang docker tag to v1.19
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Comrade Renovate Bot 2022-08-03 07:01:11 +00:00
parent 50123f3810
commit 6593baf9f4
1 changed files with 4 additions and 4 deletions

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