Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.

Commit

Permalink
scripts: update go mod tidy command with -compat flag
Browse files Browse the repository at this point in the history
  • Loading branch information
abdfnx committed Mar 13, 2022
1 parent a7bf8a0 commit 725c099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/bfs.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ $LATEST_VERSION=git describe --abbrev=0 --tags
$DATE=cat date.txt

# Build
go mod tidy
go mod tidy -compat="1.17"
go build -o secman.exe -ldflags "-X main.version=$LATEST_VERSION -X main.versionDate=$DATE"

# Setup
Expand Down

0 comments on commit 725c099

Please sign in to comment.