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 81aba58 commit baf7d49Copy full SHA for baf7d49
.github/workflows/release.yaml
@@ -27,7 +27,7 @@ jobs:
27
- name: Set up Go
28
uses: actions/setup-go@v3
29
with:
30
- go-version: 1.20.x
+ go-version: 1.22.x
31
- name: Image Registry Login
32
if: github.ref != 'refs/heads/master'
33
run: |
0 commit comments