test with go 1.24.0

This commit is contained in:
guochao 2025-02-19 18:03:40 +08:00
parent a6d36e402d
commit 8a72fe7f92

View File

@ -17,6 +17,8 @@ jobs:
run: apt update && apt install -y nodejs
- name: Setup Golang
uses: actions/setup-go@v5
with:
go-version: 1.24.0
- name: Check out repository code
uses: actions/checkout@v4
- name: Run tests