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: goos:
- linux - linux
- windows - windows
- darwin
goarch: goarch:
- mips64 - mips64
- arm - arm
@ -54,6 +55,7 @@ builds:
- goos: linux - goos: linux
goarch: arm goarch: arm
archives: archives:
- replacements: - replacements:
darwin: Darwin darwin: Darwin

View File

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

2
go.mod
View File

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