diff --git a/.woodpecker/.build.yml b/.woodpecker/.build.yml index 5ed9927..860c71f 100644 --- a/.woodpecker/.build.yml +++ b/.woodpecker/.build.yml @@ -2,7 +2,7 @@ when: event: [tag, push] steps: - build: + - name: build image: golang:1.24-alpine commands: - apk update diff --git a/.woodpecker/.lint.yml b/.woodpecker/.lint.yml index 07e0cff..c73a029 100644 --- a/.woodpecker/.lint.yml +++ b/.woodpecker/.lint.yml @@ -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 diff --git a/.woodpecker/.tests.yml b/.woodpecker/.tests.yml index 70ee3e0..0f28b06 100644 --- a/.woodpecker/.tests.yml +++ b/.woodpecker/.tests.yml @@ -2,7 +2,7 @@ when: event: [tag, push] steps: - tests: + - name: tests image: golang:1.24-alpine environment: TEST_DB_HOST: db