fix woodpecker workflow syntax

This commit is contained in:
qpismont 2025-02-26 19:14:21 +00:00
parent 4d268f0b08
commit e9942a45ed
3 changed files with 4 additions and 4 deletions

View file

@ -2,7 +2,7 @@ when:
event: [tag, push] event: [tag, push]
steps: steps:
build: - name: build
image: golang:1.24-alpine image: golang:1.24-alpine
commands: commands:
- apk update - apk update

View file

@ -2,8 +2,8 @@ when:
event: [tag, push] event: [tag, push]
steps: steps:
lint: - name: lint
image: golang:1.23-alpine image: golang:1.24-alpine
commands: commands:
- apk update - apk update
- apk add bash curl jq - apk add bash curl jq

View file

@ -2,7 +2,7 @@ when:
event: [tag, push] event: [tag, push]
steps: steps:
tests: - name: tests
image: golang:1.24-alpine image: golang:1.24-alpine
environment: environment:
TEST_DB_HOST: db TEST_DB_HOST: db