We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84f96ea commit 51a3c12Copy full SHA for 51a3c12
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.1
+ go-version: 1.26.2
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