TUN-6718: Bump go and go-boring 1.18.6

This commit is contained in:
Devin Carr
2022-09-02 11:29:46 -07:00
parent b639b6627a
commit 013bdbd10c
10 changed files with 18 additions and 14 deletions

View File

@@ -302,7 +302,7 @@ quic-deps:
.PHONY: vet
vet:
go vet -mod=vendor ./...
go vet -v -mod=vendor ./...
.PHONY: goimports
goimports: