chore(deps): bump github.com/gardener/etcd-druid from 0.22.5 to 0.24.1 #1642
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Pull Request Code test | |
on: | |
pull_request: | |
types: [ assigned, opened, synchronize, reopened ] | |
paths-ignore: | |
- 'docs/**' | |
- '**/*.md' | |
- 'example/**' | |
jobs: | |
checks: | |
name: test | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: actions/setup-go@v5 | |
with: | |
go-version-file: 'go.mod' | |
# helm cli is needed for the controller registration generation | |
- uses: azure/setup-helm@v4 | |
with: | |
version: 'v3.14.3' | |
- run: make test |