From a44391c06f692bce52537b962a2c112f2f9bb986 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dawid=20Wysoki=C5=84ski?= Date: Wed, 3 Jan 2024 08:15:45 +0000 Subject: [PATCH] fix: fix woodpecker deprecation warnings (#26) Reviewed-on: https://gitea.dwysokinski.me/twhelp/corev3/pulls/26 --- .woodpecker/test.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.woodpecker/test.yml b/.woodpecker/test.yml index 3b28c02..2b266af 100644 --- a/.woodpecker/test.yml +++ b/.woodpecker/test.yml @@ -24,7 +24,8 @@ steps: test: image: *go_image - group: test + depends_on: + - generate pull: true environment: TESTS_POSTGRES_CONNECTION_STRING: @@ -35,20 +36,21 @@ steps: lint: image: golangci/golangci-lint:v1.55 pull: true - group: test + depends_on: + - generate commands: - golangci-lint run check-go-mod: image: *go_image - group: test + depends_on: + - generate pull: true commands: - go mod tidy - git diff --exit-code go.mod hadolint: - group: test image: hadolint/hadolint:2.12.0-debian commands: - hadolint build/docker/twhelp/prod/Dockerfile build/docker/twhelp/dev/Dockerfile @@ -58,7 +60,6 @@ steps: - build/docker/twhelp/dev/Dockerfile yamllint: - group: test image: cytopia/yamllint:1 pull: true commands: