update go version to 1.19
This commit is contained in:
committed by
mattn
parent
00b02e0ba9
commit
c91bca4fb4
@@ -29,7 +29,7 @@ func TestCryptEncoders(t *testing.T) {
|
||||
}
|
||||
|
||||
for _, e := range tests {
|
||||
var fn func(pass []byte, hash interface{}) []byte
|
||||
var fn func(pass []byte, hash any) []byte
|
||||
switch e.enc {
|
||||
case "sha1":
|
||||
fn = CryptEncoderSHA1
|
||||
|
||||
Reference in New Issue
Block a user