1
0
mirror of https://github.com/FloatTech/zbpdata.git synced 2026-01-09 08:27:05 +09:00

fix: 修改go版本 (#71)

This commit is contained in:
himawari 2025-12-29 23:21:15 +08:00 committed by GitHub
parent 1b0abcd3fe
commit 9ab61d6b81
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,7 +8,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@master
with:
go-version: '1.20'
go-version: '1.24'
- name: Check out code into the Go module directory
uses: actions/checkout@master