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
+1 -1
View File
@@ -39,7 +39,7 @@ jobs:
testing:
runs-on: ubuntu-latest
container: golang:1.22-alpine
container: golang:1.23-alpine
steps:
- name: Checkout repository
uses: actions/checkout@v4