We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 794ec58 commit 945aa19Copy full SHA for 945aa19
2 files changed
.github/workflows/release.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Set up Go
21
uses: actions/setup-go@v6
22
with:
23
- go-version: '1.26.2'
+ go-version-file: 'go.mod'
24
25
- name: Run GoReleaser
26
uses: goreleaser/goreleaser-action@v7
.github/workflows/test.yml
@@ -31,7 +31,7 @@ jobs:
31
32
33
34
35
36
- name: Download dependencies
37
run: go mod download
0 commit comments