go.mod: set the minimum version to 1.23.0 as x/crypto

This commit is contained in:
Nicola Murino 2025-03-28 10:23:41 +01:00
parent 02ac914e35
commit 210a475d5c
1 changed files with 1 additions and 1 deletions

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/pkg/sftp module github.com/pkg/sftp
go 1.24.0 go 1.23.0
require ( require (
github.com/kr/fs v0.1.0 github.com/kr/fs v0.1.0