Merge remote-tracking branch 'origin/main'

This commit is contained in:
影舞者 2022-11-21 09:44:58 +08:00
commit a9d05604f5
3 changed files with 4 additions and 2 deletions

View File

@ -40,6 +40,7 @@ builds:
goos:
- linux
- windows
- darwin
goarch:
- mips64
- arm
@ -54,6 +55,7 @@ builds:
- goos: linux
goarch: arm
archives:
- replacements:
darwin: Darwin

View File

@ -22,7 +22,7 @@ jobs:
name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17
go-version: 1.19
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/shadow1ng/fscan
go 1.16
go 1.19
require (
github.com/C-Sto/goWMIExec v0.0.1-deva.0.20210704154847-b8ebd6464a06