firebase / firebase-admin-go

Firebase Admin Go SDK
Apache License 2.0
1.12k stars 239 forks source link

use go install to install golint #500

Closed shogo82148 closed 1 year ago

shogo82148 commented 2 years ago

use of go get to build and install packages is deprecated.

FYI, golint is also deprecated https://github.com/golang/go/issues/38968

lahirumaramba commented 1 year ago

Thank you, @shogo82148 ! We have included some of these changes in the minimum Go version update #505

Superseded by: #505