buffrr / letsdane

🔒 Let's DANE is an experimental way to enable the use of DANE/TLSA in browsers and other apps using a lightweight proxy.
Apache License 2.0
111 stars 11 forks source link

use Go1.21 #30

Closed yagikota closed 1 year ago

yagikota commented 1 year ago

update go version from 1.15 to 1.21

close #29

yagikota commented 1 year ago

update go.mod by executing these commands.

go mod edit -go=1.21
go mod tidy
yagikota commented 1 year ago

I've already updated go.mod fix go mod