0
0
mirror of https://github.com/thegeeklab/wp-opentofu.git synced 2024-10-18 08:00:40 +00:00
wp-opentofu/.woodpecker/test.yml
renovate[bot] 7d8635fbd1
chore(deps): update docker.io/library/golang docker tag to v1.23 (#78)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-02 07:55:47 +02:00

18 lines
298 B
YAML

---
when:
- event: [pull_request, tag]
- event: [push, manual]
branch:
- ${CI_REPO_DEFAULT_BRANCH}
steps:
- name: lint
image: docker.io/library/golang:1.23
commands:
- make lint
- name: test
image: docker.io/library/golang:1.23
commands:
- make test