Skip to content

Commit

Permalink
Added sys directory to go mod
Browse files Browse the repository at this point in the history
  • Loading branch information
Shyam Krishnaswamy committed Jan 11, 2024
1 parent 52e36f4 commit a655fd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ clean:
-rm ./compliance

compliance:
env CGO_ENABLED=0 go build -o compliance -buildvcs=false -v .
env CGO_ENABLED=0 go mod download golang.org/x/sys && go build -o compliance -buildvcs=false -v .

.PHONY: clean

0 comments on commit a655fd4

Please sign in to comment.