Skip to content

Commit

Permalink
update go version to 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
M09Ic committed Feb 12, 2024
1 parent 04c449a commit a49239b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gorelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.17
go-version: 1.21
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4
Expand Down
1 change: 0 additions & 1 deletion cmd/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ func Spray() {
pkg.LogVerbose: logs.Green,
})

// check $home/.config/spray/config.yaml exist, if not, create it
if option.Config != "" {
err := internal.LoadConfig(option.Config, &option)
if err != nil {
Expand Down

0 comments on commit a49239b

Please sign in to comment.