Update workflow to go1.23

This commit is contained in:
世界
2024-08-20 21:33:31 +08:00
parent 793bf8e2a6
commit a192e43eee
5 changed files with 26 additions and 6 deletions

View File

@@ -28,7 +28,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: ^1.22
go-version: ^1.23
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with: