We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50b4fee commit 7fb403aCopy full SHA for 7fb403a
.github/workflows/pr-dependabot.yaml
@@ -27,6 +27,8 @@ jobs:
27
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # tag=v5.5.0
28
with:
29
go-version: ${{ steps.vars.outputs.go_version }}
30
+ check-latest: true
31
+ cache: true
32
- name: Update all modules
33
run: make modules
34
- uses: EndBug/add-and-commit@a94899bca583c204427a224a7af87c02f9b325d5 # tag=v9.1.4
.github/workflows/release.yaml
@@ -25,6 +25,8 @@ jobs:
25
26
- name: Generate release binaries
run: |
make release-controller-gen
0 commit comments