mirror of
https://github.com/chainreactors/spray.git
synced 2025-08-13 03:16:37 +00:00
update go version to 1.21
This commit is contained in:
parent
04c449a297
commit
a49239b78a
2
.github/workflows/gorelease.yml
vendored
2
.github/workflows/gorelease.yml
vendored
@ -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
|
||||
|
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user