update go version to 1.24 (#4960)

This commit is contained in:
fatedier
2025-08-27 15:10:36 +08:00
committed by GitHub
parent 604700cea5
commit 0a798a7a69
6 changed files with 6 additions and 6 deletions

View File

@@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.23'
go-version: '1.24'
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v8