We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b687ba6 commit e0ee2e0Copy full SHA for e0ee2e0
2 files changed
.github/workflows/artifacts.yml
@@ -28,5 +28,5 @@ jobs:
28
password: ${{ secrets.GITHUB_TOKEN }}
29
- uses: actions/setup-go@v6
30
with:
31
- go-version: 1.26.3
+ go-version: 1.26.4
32
- run: make artifacts PUSH=true
.github/workflows/verify.yml
@@ -16,5 +16,5 @@ jobs:
16
- uses: actions/checkout@v6
17
18
19
20
- run: make verify-extended
0 commit comments