We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06b0f7b commit d096beaCopy full SHA for d096bea
2 files changed
.github/workflows/go.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Set up Go
26
uses: actions/setup-go@v6
27
with:
28
- go-version: "stable"
+ go-version-file: "go.mod"
29
30
- name: Build
31
run: CGO_ENABLED=0 go build -v ./...
.github/workflows/goreleaser.yml
@@ -20,6 +20,8 @@ jobs:
20
-
21
name: Set up Go
22
23
+ with:
24
name: Install Dependencies
run: |
@@ -38,4 +40,4 @@ jobs:
38
40
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
39
41
HOMEBREW_TAP_GITHUB_TOKEN: ${{ secrets.TAP_GITHUB_TOKEN }}
42
# Your GoReleaser Pro key, if you are using the 'goreleaser-pro' distribution
- # GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}
43
+ # GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}
0 commit comments