Skip to content

Commit

Permalink
Update update-deps make command
Browse files Browse the repository at this point in the history
  • Loading branch information
9seconds committed Mar 18, 2022
1 parent 49bb32a commit e528465
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 @@ -97,7 +97,7 @@ install-tools-goreleaser: .bin

.PHONY: update-deps
update-deps:
@go get -u && go mod tidy -go=1.17
@go get -u && go mod tidy -go=1.18

.PHONY: fuzz
fuzz: fuzz-ClientHello fuzz-ServerGenerateHandshakeFrame fuzz-ClientHandshake fuzz-ServerReceive fuzz-ServerSend
Expand Down

0 comments on commit e528465

Please sign in to comment.