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 7c3d204 commit 566cfcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
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 566cfcc

Please sign in to comment.