We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b054d17 commit b735c33Copy full SHA for b735c33
2 files changed
.github/workflows/main.yaml
@@ -25,7 +25,7 @@ jobs:
25
- uses: "docker/setup-buildx-action@v3"
26
- uses: "actions/setup-go@v5"
27
with:
28
- go-version: "1.25"
+ go-version: "1.26
29
- uses: "actions/cache@v4"
30
31
path: |
.github/workflows/release.yaml
@@ -28,7 +28,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
+ go-version: "1.26"
32
- uses: "goreleaser/goreleaser-action@v6"
33
34
distribution: "goreleaser"
0 commit comments