chore: update Go version and dependencies to 1.23-alpine

- Update golang container version in GitHub Actions file to `1.23-alpine`
- Change go module version to `1.23.0`
- Upgrade `golang.org/x/crypto` to `v0.36.0`
- Upgrade `golang.org/x/sys` to `v0.31.0`

Signed-off-by: appleboy <appleboy.tw@gmail.com>
This commit is contained in:
appleboy
2025-03-10 22:06:25 +08:00
parent aab544b837
commit 1536096428
3 changed files with 10 additions and 10 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
module github.com/appleboy/drone-scp
go 1.22
go 1.23.0
require (
github.com/appleboy/com v0.2.0
@@ -9,7 +9,7 @@ require (
github.com/joho/godotenv v1.5.1
github.com/stretchr/testify v1.8.4
github.com/urfave/cli/v2 v2.27.5
golang.org/x/crypto v0.28.0
golang.org/x/crypto v0.36.0
)
require (
@@ -22,6 +22,6 @@ require (
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
golang.org/x/sys v0.26.0 // indirect
golang.org/x/sys v0.31.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)