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]
steps:
build:
- name: build
image: golang:1.24-alpine
commands:
- apk update

View file

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

View file

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