Update go.yml

This commit is contained in:
suyiiyii 2025-01-20 23:32:09 +08:00 committed by GitHub
parent 8f3d42dbde
commit 1fc07c53be
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,7 +19,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.20'
go-version: '1.23'
- name: Build
run: go build -v ./...