We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04c449a commit a49239bCopy full SHA for a49239b
.github/workflows/gorelease.yml
@@ -26,7 +26,7 @@ jobs:
26
name: Set up Go
27
uses: actions/setup-go@v3
28
with:
29
- go-version: 1.17
+ go-version: 1.21
30
-
31
name: Run GoReleaser
32
uses: goreleaser/goreleaser-action@v4
cmd/cmd.go
@@ -66,7 +66,6 @@ func Spray() {
66
pkg.LogVerbose: logs.Green,
67
})
68
69
- // check $home/.config/spray/config.yaml exist, if not, create it
70
if option.Config != "" {
71
err := internal.LoadConfig(option.Config, &option)
72
if err != nil {
0 commit comments